Releases: microsoft/vscode-docker
Releases · microsoft/vscode-docker
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)
v1.26.0
Added
- Added support for debugging .NET projects with .NET SDK container build. #3808
- Introduced optional status bar item displaying the current Docker context. #3690
- Enabled customization of entry point for docker run tasks. #3831
Fixed
- Updated Dockerfile language server to ignore empty continuation lines in COPY instructions and resolve an infinite loop caused by quotes in comments for the semantic highlighter. #3576, #3836
- Resolved the failure to build Windows containers in the Build image command. #3915
- Fixed the issue where .NET Debugging with Docker Compose failed to hit breakpoints. #3912