Skip to content

Commit 93ffc5a

Browse files
authored
Update README
1 parent d25a123 commit 93ffc5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The codespace will open in your browser and automatically install the LiquidJava
1818

1919
### Local Setup
2020

21-
To set up the extension locally, install the [LiquidJava Extension](https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java) from the VS Code Marketplace and add the `liquidjava-api` dependency to your Java project.
21+
To set up the extension locally, install the LiquidJava extension in the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java) or the [Open VSX Marketplace](https://open-vsx.org/extension/AlcidesFonseca/liquid-java) and add the `liquidjava-api` dependency to your Java project.
2222

2323
#### Maven
2424
```xml
@@ -97,4 +97,4 @@ To build the language server, export it as a runnable JAR file named `language-s
9797
- `/server` - Implements the [Language Server Protocol (LSP)](https://microsoft.github.io/language-server-protocol/) in Java using the [LSP4J](https://github.com/eclipse/lsp4j) library
9898
- `/client` - Implements the VS Code extension in TypeScript that connects to the language server using LSP
9999
- It depends on [Language Support for Java™](https://github.com/redhat-developer/vscode-java) for regular Java errors
100-
- `/lib` - Contains the `liquidjava-api.jar` required for the extension to be activated in a Java project
100+
- `/lib` - Contains the `liquidjava-api.jar` required for the extension to be activated in a Java project

0 commit comments

Comments
 (0)