Skip to content

Commit

Permalink
Add how to package the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletXF authored Feb 10, 2024
1 parent 8238e2c commit ea6a286
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@

## Installation

Install prebuilt vsix package by:
```bash
code --install-extension snupl2-lsp-1.0.0.vsix
```

Of course you can make a vsix package by yourself using vsce:
```bash
vsce package --out snupl2-lsp.vsix
code --install-extension snupl2-lsp.vsix
```

Then restart VSCode.

0 comments on commit ea6a286

Please sign in to comment.