Releases: docker/vscode-extension
Releases · docker/vscode-extension
Release list
v0.18.0 - 2025-10-15
Added
- introduced a new
cwddebug configuration attribute so that the working directory used to launch the debug adapter can be set (#210) - record the system's version of Buildx in the telemetry (#218)
- record telemetry when any Buildx debug session is started (#226)
- Compose
- update schema to the latest version
Changed
- the extension's telemetry is now controlled by environment variables and by default will not be collected during local development and locally built VSIX files as those environment variables would be undefined locally (#220)
- note that the language server is a binary that is downloaded and included in the VSIX file at build-time so its behaviour is unaffected by this change
Fixed
- correct the description to state that the
dockerfiledebug attribute has to be relative to the working directory (#210) - Bake
- correct the schema for the
outputattribute of thetargetblock so that the list can also contain objects instead of only strings (docker/docker-language-server#77)
- correct the schema for the
Removed
- removed the "Build with Debugger" command (
docker.debug.editorContents) as it is no longer necessary now that launch configurations have been implemented