Releases: microsoft/vscode-docker
Releases · microsoft/vscode-docker
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
v1.25.2
v1.25.1
v1.25.0
Added
- Support has been added for removing image / container group(s). #3492
- Support has been added for
--platform
flag in docker-build task. #3870 - Support has been added for grouping containers by custom label. #3837
Fixed
- Compose start / stop options no longer show when Docker is not in compose group mode. #3495
- Terminal output is improved when debugging .NET projects. #3691
- Log streaming is improved by resembling actual streaming. #3616
- The slower loading time for containers has been improved by adding the
--size=false
flag. #3865