22bc7460df
* Unify submission execution implementations into submissionRunner * Unify contestMonitorTypes definitions between extension & web * Make line separator in entry use LF * Add entry.sh for sandbox * Fix web imports * Sandbox read from .env --------- Co-authored-by: orosmatthew <orosmatthew@pm.me> |
||
---|---|---|
.. | ||
bwcontest | ||
README.md |
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.