We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3002439 commit 545ccddCopy full SHA for 545ccdd
package.json
@@ -45,7 +45,8 @@
45
"test": "node --import tsx --test test/*.test.ts",
46
"package": "vsce package --allow-star-activation",
47
"publish": "vsce publish --allow-star-activation",
48
- "reinstall": "rm -f *.vsix && npm run package && code --install-extension git-crypt-vscode-*.vsix && rm -f *.vsix"
+ "reinstall": "rm -f *.vsix && npm run package && code --install-extension git-crypt-vscode-*.vsix && rm -f *.vsix",
49
+ "uninstall": "code --uninstall-extension $npm_package_publisher.$npm_package_name"
50
},
51
"devDependencies": {
52
"@types/vscode": "^1.85.0",
0 commit comments