Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 committed Jun 6, 2024
2 parents 484733a + a5122a4 commit 2f999ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,17 @@ Open the vscode test interface and run the tests. New tests can be added under `
yarn esbuild
yarn open-in-browser
```

### Publishing

First publish to vscode marketplace, this automatically increments the version number and creates a git commit

```bash
vsce publish patch|minor|major [--pre-release]
```

Then publish to openVSX marketplace

```bash
npx ovsx publish --pat <openVSX access key>
```

0 comments on commit 2f999ff

Please sign in to comment.