VS Code Extension Manager
https://github.com/microsoft/vscode-vsce
17c7539138
fix #6 |
||
---|---|---|
resources | ||
src | ||
test | ||
typings | ||
.gitignore | ||
gulpfile.babel.js | ||
jsconfig.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsd.json |
vscode-extension-manager
VSCode Extension Manager
Development
Clone the repo. Then,
cd vscode-extension-manager
npm install
npm link
This will add vsce
to your $PATH
. Verify it by running:
vsce help