Release v0.11.0 - 2025-06-23 · docker/vscode-extension · GitHub
Skip to content

v0.11.0 - 2025-06-23

Choose a tag to compare

@rcjsuen rcjsuen released this 23 Jun 15:42
· 139 commits to main since this release
bd76d5d

Added

  • Dockerfile
    • include the Dockerfile Language Server written in TypeScript into the extension
    • draw horizontal lines between each FROM instruction to help users visually distinguish the different parts of a Dockerfile (#147)
      • a new docker.extension.editor.dockerfileBuildStageDecorationLines setting to toggle the divider lines, defaults to true