Skip to content

Commit ee2ecc4

Browse files
committed
Add vsce dependency to Contributing document
1 parent 30decd2 commit ee2ecc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Contributing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ For development, all you need is to,
1111

1212
You can now also package up the extension with,
1313

14-
* `vsce package`
15-
16-
which creates an extension package at `vscode-hie-server-<version>.vsix`.
14+
* `npm install -g vsce` to get the Extension Manager,
15+
* `vsce package` which creates an extension package at `vscode-hie-server-<version>.vsix`.
1716

1817
_Note:_ that if you get errors running `vsce package`, it might help running `tsc -p ./` directly, since that gives the actual error output of the TypeScript compilation.
1918

0 commit comments

Comments
 (0)