You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
For volume mappings in docker-run tasks, the ro,z and rw,z permissions have been added, allowing support for SELinux systems. #3289
Fixed
docker-run and docker-build tasks will now respect the docker.dockerPath setting. #3281
Several fixes and enhancements to the Compose language service have been made. #78, #70, #69, #68, #65
For .NET projects, the /p:UseAppHost=false argument is added to the dotnet publish command line, in order to prevent a duplicate executable file being created and bloating image size. #3371
The envFiles option in docker-compose tasks has been replaced with envFile, as only one is actually allowed. #3339