VS Code Extension Manager https://github.com/microsoft/vscode-vsce
Find a file
Joao Moreno 1af60269fe 0.7.1
2015-11-05 23:25:37 -08:00
resources understand categories. fixes #23 2015-11-03 17:43:25 -08:00
src flow files through. fixes #22 2015-11-05 23:25:12 -08:00
test add mime support 2015-10-14 11:18:34 +02:00
typings readme massaging 2015-10-29 18:15:56 +01:00
.gitignore fix tests 2015-10-19 09:15:08 +02:00
.npmignore add mime support 2015-10-14 11:18:34 +02:00
gulpfile.js also exclude dotfiles 2015-10-19 09:24:58 +02:00
package.json 0.7.1 2015-11-05 23:25:37 -08: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!