Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 476 Bytes

build.md

File metadata and controls

6 lines (6 loc) · 476 Bytes
  • 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 a vsix package.