Build and install from source

October 10, 2022 ยท View on GitHub

Install project dependencies:

npm install

Build the project and create the vsix installer (npx vsce package):

npm run vsix

Install the extension from the command line (code --install-extension <pqsdk.vsix>):

npm run code-install