bw-hspc-contest-env/extension
David Poeschl f81f4124b4
Bugfix: Run the selected problem's code when teams Test in VSCode (#6)
It was previously always picking the first problem from the list (with a non-zero id).
2023-11-05 20:57:18 -05:00
..
bwcontest Bugfix: Run the selected problem's code when teams Test in VSCode (#6) 2023-11-05 20:57:18 -05:00
README.md Add READMEs 2023-09-14 11:16:11 -04:00

BW Contest VSCode extension

Build Instructions

For Development

npm i
npm run compile
npm run watch

You must be using VSCode, then press F5 to debug the extension

For Production

npm i
npm run vscode:prepublish
npx vsce package

This should then create a .vsix file that can be installed to any VSCode editor.