Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 137283e

Browse files
committed
chore: tweak build process
1 parent a670d0b commit 137283e

File tree

4 files changed

+4363
-7585
lines changed

4 files changed

+4363
-7585
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Vulnerability cost for Snyk
2+
3+
## Building vsix
4+
5+
Directions on [Visual Studio site](https://code.visualstudio.com/api/working-with-extensions/publishing-extension), but in short:
6+
7+
- `npm install -g vsce`
8+
- `vsce package`
9+
10+
This will run npm scripts: `check` (eslint + prettier) and `webpack` (dist files) if either fail, `vsce` doesn't report what failed so you will need to re-run these checks manually. Otherwise it will generate a (zip) `.vsix` file that can be manually installed using `code --install-extension vscode-vuln-cost-1.0.0.vsix`

0 commit comments

Comments
 (0)