Skip to content

Commit

Permalink
Update README install section
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Jul 5, 2024
1 parent 9a3b672 commit aeb109a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ features:

### Via Marketplace

`OpenModelica.modelica-language-server` is not yet listed on the marketplace.
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=OpenModelica.modelica-language-server)
- [Open VSX Registry](https://open-vsx.org/extension/OpenModelica/modelica-language-server)

### Via VSIX File

Download the latest
[modelica-language-server-0.1.0.vsix](https://github.com/OpenModelica/modelica-language-server/releases/download/v0.1.0/modelica-language-server-0.1.0.vsix)
[modelica-language-server-0.2.0.vsix](https://github.com/OpenModelica/modelica-language-server/releases/download/v0.2.0/modelica-language-server-0.2.0.vsix)
from the
[releases](https://github.com/OpenModelica/modelica-language-server/releases)
page.
Expand All @@ -41,7 +42,7 @@ on how to install a .vsix file.
Use the `Install from VSIX` command or run

```bash
code --install-extension modelica-language-server-0.1.0.vsix
code --install-extension modelica-language-server-0.2.0.vsix
```

## Contributing ❤️
Expand Down

0 comments on commit aeb109a

Please sign in to comment.