You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The codespace will open in your browser and automatically install the LiquidJava
18
18
19
19
### Local Setup
20
20
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.
22
22
23
23
#### Maven
24
24
```xml
@@ -97,4 +97,4 @@ To build the language server, export it as a runnable JAR file named `language-s
97
97
-`/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
98
98
-`/client` - Implements the VS Code extension in TypeScript that connects to the language server using LSP
99
99
- 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