f16613abf9
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
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.