Skip to content

Commit 5c91b2e

Browse files
committed
Release 0.0.31
1 parent 322c6dd commit 5c91b2e

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "liquid-java",
33
"displayName": "LiquidJava",
44
"description": "LiquidJava - Extending Java with Liquid Types",
5-
"version": "0.0.30",
5+
"version": "0.0.31",
66
"publisher": "AlcidesFonseca",
77
"repository": {
88
"type": "git",
15.8 KB
Binary file not shown.
15.8 KB
Binary file not shown.

server/src/main/java/LJDiagnostics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
import org.eclipse.lsp4j.TextDocumentItem;
1414

1515
import liquidjava.api.CommandLineLauncher;
16-
import liquidjava.errors.ErrorEmitter;
17-
import liquidjava.errors.ErrorPosition;
16+
import liquidjava.diagnostics.ErrorEmitter;
17+
import liquidjava.diagnostics.ErrorPosition;
1818

1919
public class LJDiagnostics {
2020

vscode-liquidjava.jar

-70.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)