Skip to content

Commit 22ea153

Browse files
📝 Update publishing instructions
1 parent 19706e3 commit 22ea153

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828

2929
## Publish the extension
3030

31+
### VS Code Marketplace
32+
3133
* Install `vsce` by running `npm install -g @vscode/vsce`.
3234
* Run `vsce package` from the command line.
3335
* Run `vsce publish` and open https://marketplace.visualstudio.com and publish your extension.
36+
37+
### Open VSX
38+
39+
* Install `ovsx` by running `npm install -g ovsx`.
40+
* Run `npx ovsx publish <file> -p <token>`.
41+
42+
See https://github.com/eclipse/openvsx/wiki/publishing-extensions for more information.

0 commit comments

Comments
 (0)