- Run
pnpm installin the root directory to install dependencies. - Press
F5to open a new window with your extension loaded.
- Relaunch the extension from the debug toolbar after changing code in
src/extension.ts. Ctrl+RorCmd+Ron Mac will reload the extension with your changes.
- Run
pnpm run releaseto 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