VS Code Extension Manager https://github.com/microsoft/vscode-vsce
Find a file
2015-10-14 11:34:11 +02:00
resources handle homepage links 2015-10-14 11:34:11 +02:00
src handle homepage links 2015-10-14 11:34:11 +02:00
test add mime support 2015-10-14 11:18:34 +02:00
typings add mime support 2015-10-14 11:18:34 +02:00
.gitignore before first publish 2015-10-09 10:52:20 +02:00
.npmignore add mime support 2015-10-14 11:18:34 +02:00
gulpfile.js add mime support 2015-10-14 11:18:34 +02:00
package.json add mime support 2015-10-14 11:18:34 +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 add mime support 2015-10-14 11:18:34 +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!