Skip to content

Commit

Permalink
Document how to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Jun 29, 2023
1 parent 5128776 commit 60b9621
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ Use the provided dev container to build and publish the extension. See

Generate .vsix pacakge file:
```bash
vsce package
npx vsce package
```

Publish package:
```bash
### Publish package

```bash
npx vsce login <publisher name>
npx vsce publish
```

0 comments on commit 60b9621

Please sign in to comment.