We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960d7a3 commit 88c6dd7Copy full SHA for 88c6dd7
1 file changed
src/extension.ts
@@ -25,7 +25,7 @@ import * as fs from "fs";
25
26
const LIBERTY_CLIENT_ID = "LANGUAGE_ID_LIBERTY";
27
const JAKARTA_CLIENT_ID = "LANGUAGE_ID_JAKARTA";
28
-export const LIBERTY_LS_JAR = "liberty-langserver-2.2.1-jar-with-dependencies.jar";
+export const LIBERTY_LS_JAR = "liberty-langserver-2.3.1-jar-with-dependencies.jar";
29
export const JAKARTA_LS_JAR = "org.eclipse.lsp4jakarta.ls-0.2.3-jar-with-dependencies.jar";
30
31
let libertyClient: LanguageClient;
0 commit comments