npm install- Inside VS Code press
F5to open a new window with the extension loaded. - Set breakpoints in your code to debug the extension.
- Find output from the extension in the debug console.
- You can relaunch the extension from the debug toolbar after changing code.
- You can also reload (
Ctrl+RorCmd+Ron Mac) the VS Code window with the extension to load your changes.
- You can open the full set of our API when you open the file
node_modules/@types/vscode/index.d.ts.
Bump the package version and generate a changelog:
npm version …Publish the new version with vsce:
npx @vscode/vsce@latest publishSee npm version docs for all available arguments.