Skip to content

Commit bb3a384

Browse files
author
AWS Scripting Guy
committed
vsce steps
1 parent 19ddfc5 commit bb3a384

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,15 @@ This is the source code for [Snippet Guide](https://vscode-ext-docs.azurewebsite
1414
## Running the Sample
1515

1616
- 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`.
17+
- 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

Comments
 (0)