Skip to main content

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 install to 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 Window in the new window from command palette