Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 309 Bytes

build.md

File metadata and controls

19 lines (13 loc) · 309 Bytes

Build and install from source

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