Boilerplate was created using the VS Code extension generator:
sudo apt install nodejs npm
npm install -g yo generator-code
yo codePackage 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.