bw-hspc-contest-env/extension/README.md

24 lines
356 B
Markdown
Raw Permalink Normal View History

2023-09-14 11:16:11 -04:00
# BW Contest VSCode extension
## Build Instructions
### For Development
```bash
npm i
npm run compile
npm run watch
```
You must be using VSCode, then press `F5` to debug the extension
### For Production
```bash
npm i
npm run vscode:prepublish
npx vsce package
```
This should then create a `.vsix` file that can be installed to any VSCode editor.