VS Code Extension Manager https://github.com/microsoft/vscode-vsce
Find a file
2015-09-29 17:34:53 +02:00
resources first steps 2015-09-17 21:53:03 +02:00
src ignore dev dependencies 2015-09-29 17:34:53 +02:00
test ignore dev dependencies 2015-09-29 17:34:53 +02:00
typings login, logout 2015-09-18 19:35:25 +02:00
.gitignore add .gitignore 2015-09-17 21:48:11 +02:00
gulpfile.babel.js package command, help output 2015-09-17 22:54:04 +02:00
jsconfig.json first steps 2015-09-17 21:53:03 +02:00
package.json add tests 2015-09-29 17:15:19 +02:00
README.md Update README.md 2015-09-28 19:34:49 +02:00
tsconfig.json first steps 2015-09-17 21:53:03 +02:00
tsd.json publish: first steps 2015-09-18 11:25:48 +02:00

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