github microsoft/vscode-docker v1.7.0

latest releases: v1.29.1, v1.29.0, v1.28.0...
3 years ago

Added

  • The containers view is now grouped by compose project by default. This can be changed by settings. #2324
  • On compose project grouping nodes, the commands "Compose Down" and "Compose Restart" can be used from context menu. #2304
  • A docker.context setting is added, similar to docker.host, used for controlling the DOCKER_CONTEXT environment variable. #2264
  • The checking for outdated images now applies to images from Microsoft Container Registry (MCR), including .NET and ASP.NET images. #2165
  • The docker-build and docker-run tasks now have a customOptions flag, which can be used to add any arbitrary command line parameters to the docker build and docker run commands, respectively. #2259, #2271

Fixed

  • The outdated image checking feature now will run at most once per day in order to conserve rate limits. The feature remains disabled by default but can be enabled in settings, with docker.images.checkForOutdatedImages. #2272
  • Fixed an issue with Django project debugging not working on Linux. #2313
  • Support for environment variables (like ${env:HOME}) in launch configurations has been added. In general, any variables VS Code supports should work. #1961
  • Node.js applications in subfolders should now be scaffolded correctly for building and debugging in Docker. #2057

Removed

Don't miss a new vscode-docker release

NewReleases is sending notifications on new releases.