- install all dependencies :
npm install
- install all dev dependencies :
npm install -D
- run the follwing command to watch for changes in the project folder :
npm run watch
- To test the extension click
F5
. - After any change you want to test make sure to reload the window of the extension host development.
- To build the extension make sure to install
vsce
package :npm install vsce
and then run :vsce package
to package the extension as avsix
package.