Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 400 Bytes

File metadata and controls

17 lines (11 loc) · 400 Bytes

Developer Notes

Boilerplate was created using the VS Code extension generator:

sudo apt install nodejs npm
npm install -g yo generator-code
yo code

Important Commands

Package into a .vsix: vsce package

Publish to the Marketplace: vsce publish

Launch a debug session (F5) to open an Extension Development Host. The cppcheck commands will be shown in the debug console.