File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const cp = require("child_process");
55const libertyGroupId = "io.openliberty.tools" ;
66const libertyVersion = "2.2.1" ;
77const jakartaGroupId = "org.eclipse.lsp4jakarta" ;
8- const jakartaVersion = "0.2.2 " ;
8+ const jakartaVersion = "0.2.3 " ;
99var releaseLevel = "releases" ; //"snapshots"; //snapshots or releases
1010
1111const libertyLemminxName = "liberty-langserver-lemminx-" + libertyVersion + "-jar-with-dependencies.jar" ;
Original file line number Diff line number Diff line change 5050 ],
5151 "contributes" : {
5252 "javaExtensions" : [
53- " ./jars/org.eclipse.lsp4jakarta.jdt.core-0.2.2 .jar"
53+ " ./jars/org.eclipse.lsp4jakarta.jdt.core-0.2.3 .jar"
5454 ],
5555 "xml.javaExtensions" : [
5656 " ./jars/liberty-langserver-lemminx-2.2.1-jar-with-dependencies.jar"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import * as helperUtil from "./util/helperUtil";
2424const LIBERTY_CLIENT_ID = "LANGUAGE_ID_LIBERTY" ;
2525const JAKARTA_CLIENT_ID = "LANGUAGE_ID_JAKARTA" ;
2626export const LIBERTY_LS_JAR = "liberty-langserver-2.2.1-jar-with-dependencies.jar" ;
27- export const JAKARTA_LS_JAR = "org.eclipse.lsp4jakarta.ls-0.2.2 -jar-with-dependencies.jar" ;
27+ export const JAKARTA_LS_JAR = "org.eclipse.lsp4jakarta.ls-0.2.3 -jar-with-dependencies.jar" ;
2828
2929let libertyClient : LanguageClient ;
3030let jakartaClient : LanguageClient ;
You can’t perform that action at this time.
0 commit comments