- Run
pnpm install
in the root directory to install dependencies. - Press
F5
to open a new window with your extension loaded.
- Relaunch the extension from the debug toolbar after changing code in
src/extension.ts
. Ctrl+R
orCmd+R
on Mac will reload the extension with your changes.
- Run
pnpm run release
to create a new release.- This requires a valid vsce token
- Run
pnpm run openvsx:publish <token>
to publish the release to OpenVSX.- This requires a valid OpenVSX token