Added
- For volume mappings in
docker-run
tasks, thero,z
andrw,z
permissions have been added, allowing support for SELinux systems. #3289
Fixed
docker-run
anddocker-build
tasks will now respect thedocker.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 thedotnet publish
command line, in order to prevent a duplicate executable file being created and bloating image size. #3371 - The
envFiles
option indocker-compose
tasks has been replaced withenvFile
, as only one is actually allowed. #3339