VS Code Extension Manager https://github.com/microsoft/vscode-vsce
Find a file
2015-10-13 16:49:47 +02:00
resources add json to content types 2015-10-12 15:04:43 +02:00
src use native promises 2015-10-13 16:49:47 +02:00
test fix tests 2015-10-13 15:30:30 +02:00
typings use native promises 2015-10-13 16:49:47 +02:00
.gitignore before first publish 2015-10-09 10:52:20 +02:00
.npmignore remove docs 2015-10-09 10:20:14 +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 use native promises 2015-10-13 16:49:47 +02:00
README.md Update README.md 2015-10-13 11:15:27 +02:00
tsconfig.json exclude node_modules and out from compilation 2015-10-13 15:28:01 +02:00
tsd.json use native promises 2015-10-13 16:49:47 +02:00

VSCode Extension Manager

This tool assists in publishing Visual Studio Code extensions.

Documentation

Usage

First, install using npm:

npm install -g vsce

Then, cd to your extension's directory. It is good practice to list the files that will be included in your extension's package, before you actually publish:

$ vsce ls
hello.js
package.json

Publish away:

$ vsce publish
Publishing uuid@0.0.1...
Successfully published uuid@0.0.1!