Skip to content

Commit

Permalink
docs: document extension installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 18, 2023
1 parent e717ad7 commit 1f68696
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ In case you want to do a *dry run* before publishing, simply do
vsce package
```

This will create a `.vsix` file for the extension. It can be used to share privately.
This will create a `.vsix` file for the extension. It can be used to share privately or install it via the command line:

```bash
code --install-extension some-extension.vsix
```

## Publish a new Version

Expand Down

0 comments on commit 1f68696

Please sign in to comment.