-
Notifications
You must be signed in to change notification settings - Fork 2
Contributing
Nick Bolton edited this page Jun 14, 2025
·
6 revisions
Thanks for your interest in contributing!
- First, run
npm ci
to install dependencies - Run the
npm: watch
VS Code task or the commandnpm run watch
to auto-rebuild - Press F5 to launch the extension in debug mode (runs the extension in a new VSC instance)
- To create the extension package, run:
npm run package