Releases: microsoft/vscode-docker
Releases · microsoft/vscode-docker
v1.29.6
Added
- The Docker extension is becoming the Container Tools extension. A toast notification will appear offering to install the Container Tools extension. You can choose to install, get a reminder later, or not be notified again. Learn more here. #4562
Fixed
- Fixed a crash in the Dockerfile language server with certain heredocs. #4408
- Fixed an issue preventing .NET debugging on .NET 10 Preview 3. #4558
Removed
- The new Docker DX extension by Docker Inc. is no longer a dependency, but can be installed at any time. This extension contains cutting-edge language features for Dockerfiles, Docker Compose files, and Docker Bake files.
v1.29.5
Added
- The new Docker DX extension by Docker Inc. will be installed alongside this extension as an optional dependency.
- The
docker-compose
task can now accept aprofiles
parameter indown
tasks. By @PotatoZhou. #4458
Fixed
- Bash was not properly being detected when attaching a shell to a container. #4526
- The Docker: Stats command was not working. #4520
Removed
- Compose files will no longer be scaffolded with the deprecated
version
attribute. #4485
v1.29.4
v1.29.3
Changed
- Changed to use Node.js 20, in order to add extension publisher signing. This requires Visual Studio Code 1.92.0 or higher. By @bwateratmsft in #4382
v1.29.2
What's Changed
- Fetch arm64 debugger anytime on any arm64 OS by @bwateratmsft in #4319
- Update the language server to 0.13.0 by @rcjsuen in #4343
Full Changelog: v1.29.1...v1.29.2
v1.29.1
Added
- Python Dockerfiles will now be scaffolded with the
python:3-slim
tag, so that they do not need to be updated annually. #4234 - Python debugging will now use the
debugpy
debug configuration instead of the now-deprecatedpython
debug configuration. This requires recent versions of the Python and Python Debugger extensions. #4221
Fixed
- Sovereign clouds such as Azure China and Azure US Government should now work with the connect to Azure Container Registry feature. #4287
v1.29.0
v1.28.0
Added
- For certain registries, the remote image manifest can now be inspected. This has different information from inspecting an image locally. #3996
Fixed
v1.27.0
Added
- Enhanced registries functionality: #869
- Allows third party providers to contribute to the registries view.
- Added GitHub Container Registry support.
- GitLab Container Registry support will be moved to a separate extension. We will provide a link to install once it's published.
Fixed
v1.26.1
Added
- Updated .NET Dockerfile scaffolding to utilize the latest .NET 8 image names. (#4015)
- Added support for multiple .dockerignore file naming conventions specific to language modes. (#4059)
- Integrated the container client package. (#3982)
Fixed
- Enhanced debugging experience on arm64 machines. (#4040)