Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 513 Bytes

Development.md

File metadata and controls

16 lines (13 loc) · 513 Bytes

Extension development

Pre-requisites

  • node should be installed
  • pre-commit should be installed
  • prettier should be installed at /usr/local/bin/prettier for formatting.

Local Testing

  • npm install
  • npm run compile
  • npm run test
  • Open VSCode and Click "Run -> Start Debugging"

Creating Extension and testing

  • bash ./build.sh -r
  • Settings(gear icon in bottom left ) -> Extensions -> (Click ... in Extension Pane on top) -> Install from VSIX... -> Browse the path to the created extension