We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ddfc5 commit bb3a384Copy full SHA for bb3a384
README.md
@@ -14,4 +14,15 @@ This is the source code for [Snippet Guide](https://vscode-ext-docs.azurewebsite
14
## Running the Sample
15
16
- Run the `Run Extension` target in the Debug View
17
-- When you type `log` in a JavaScript file, you would see the snippet `Print to console`.
+- When you type `log` in a JavaScript file, you would see the snippet `Print to console`.
18
+
19
+## Publish extension
20
21
+- you can have multiple publishers
22
+- have the 'publisher' field in your package.json filled
23
+- personal token with All Available Organizations scope
24
25
+```
26
+vsce package
27
+vsce publish -p <token>
28
0 commit comments