Setup for extension developer
Local development environment setup for CHKware extension
Make sure you are doing following to develop this extension further in your machine.
- Run
npm installto install dependencies for the first time - Run
npm run watch - Press
f5 - Wait for the new window to be opened
- Open command palette by pressing
ctrl+shift+p - Search for CHKware commands
- After code changes, run
Developer: Reload Windowin the new window from command palette