We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 960d7a3 + 88c6dd7 commit bb0254eCopy full SHA for bb0254e
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