Skip to content

Releases: docker/vscode-extension

v0.18.0 - 2025-10-15

Choose a tag to compare

@github-actions github-actions released this 15 Oct 16:40
35c722a

Added

  • introduced a new cwd debug 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 dockerfile debug attribute has to be relative to the working directory (#210)
  • Bake
    • correct the schema for the output attribute of the target block so that the list can also contain objects instead of only strings (docker/docker-language-server#77)

Removed

  • removed the "Build with Debugger" command (docker.debug.editorContents) as it is no longer necessary now that launch configurations have been implemented

v0.17.0 - 2025-09-17

Choose a tag to compare

@github-actions github-actions released this 17 Sep 18:00
d347fde