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: index.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
@@ -3,7 +3,7 @@ title: LiquidJava Docs
3
3
layout: default
4
4
nav_exclude: true
5
5
has_toc: false
6
-
description: Start with installation, runnable examples, and reference material for LiquidJava.
6
+
description: Start with setup, runnable examples, and reference material for LiquidJava.
7
7
cards:
8
8
- title: VS Code Extension
9
9
url: /tooling/vscode-extension/
@@ -27,7 +27,7 @@ cards:
27
27
<p>LiquidJava is an additional type system with liquid types for Java that allows expressing constraints that the program must follow to catch more bugs before executing the program.</p>
Copy file name to clipboardExpand all lines: tooling/vscode-extension.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ The VS Code extension is the smoothest way to work with LiquidJava day to day.
17
17
18
18
## Install
19
19
20
-
1. Install [LiquidJava on the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java) or [Open VSX](https://open-vsx.org/extension/AlcidesFonseca/liquid-java).
21
-
2. Install [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java).
22
-
3. Open a Java project that includes the `liquidjava-api` dependency.
20
+
- Install [LiquidJava on the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java) or [Open VSX](https://open-vsx.org/extension/AlcidesFonseca/liquid-java).
21
+
- Install [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java).
22
+
- Open a Java project that includes the `liquidjava-api` dependency.
0 commit comments