We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19706e3 commit 22ea153Copy full SHA for 22ea153
1 file changed
CONTRIBUTING.md
@@ -28,6 +28,15 @@
28
29
## Publish the extension
30
31
+### VS Code Marketplace
32
+
33
* Install `vsce` by running `npm install -g @vscode/vsce`.
34
* Run `vsce package` from the command line.
35
* 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