VS Code Extension Manager https://github.com/microsoft/vscode-vsce
Find a file
Joao Moreno 541d855e24 0.6.0
2015-10-29 18:19:28 +01:00
resources use repository as linnk 2015-10-21 11:47:18 +02:00
src uri -> url 2015-10-29 18:17:35 +01: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.6.0 2015-10-29 18:19:28 +01: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!