bw-hspc-contest-env/extension
David Poeschl 42a58afbde
Extension: Merge show team relevant repo management buttons (#17)
* Extension: Show team relevant repo management buttons

* fix formatting

* Fix: Actually delete team repo contents

Was passing incomplete path to remove API

* Extra logging

* Formatting

* Fix path on windows

* Remove logs

---------

Co-authored-by: orosmatthew <orosmatthew@pm.me>
2024-03-13 13:13:09 -04:00
..
bwcontest Extension: Merge show team relevant repo management buttons (#17) 2024-03-13 13:13:09 -04: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.