v0.2.0
v0.2.0
Released 2026-05-24
Highlights
- First release published to the VS Code Marketplace — install from inside VS Code without a .vsix download.
- Extension is now bundled with esbuild — install size dropped from 2.78 MB / 1837 files to 424 KB / 8 files, and activation is faster.
- MCP server identity now reports the actual package version instead of a hardcoded 0.1.0.
Added
- Marketplace publication under the
cgaspard.vscode-debug-mcplisting. - esbuild-based bundling pipeline (
npm run compile/npm run watch/npm run build:production) producing a singleout/extension.js.
Changed
tsconfig.jsonis nownoEmit: trueand used only for typechecking; all emission goes through esbuild..vscodeignoreexcludesnode_modules/**entirely now that dependencies are bundled into the extension binary.- MCP server
serverInfo.versionis sourced frompackage.jsonat build time so it always matches the release.
Install the .vsix attached to this release via:
code --install-extension vscode-debug-mcp-0.2.0.vsix