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 @@ -3,7 +3,7 @@ const download = require("gulp-download2");
33const cp = require ( "child_process" ) ;
44
55const libertyGroupId = "io.openliberty.tools" ;
6- const libertyVersion = "2.2" ;
6+ const libertyVersion = "2.2.1 " ;
77const jakartaGroupId = "org.eclipse.lsp4jakarta" ;
88const jakartaVersion = "0.2.3" ;
99var releaseLevel = "releases" ; //"snapshots"; //snapshots or releases
Original file line number Diff line number Diff line change 5353 " ./jars/org.eclipse.lsp4jakarta.jdt.core-0.2.3.jar"
5454 ],
5555 "xml.javaExtensions" : [
56- " ./jars/liberty-langserver-lemminx-2.2-jar-with-dependencies.jar"
56+ " ./jars/liberty-langserver-lemminx-2.2.1 -jar-with-dependencies.jar"
5757 ],
5858 "views" : {
5959 "explorer" : [
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import * as helperUtil from "./util/helperUtil";
2323
2424const LIBERTY_CLIENT_ID = "LANGUAGE_ID_LIBERTY" ;
2525const JAKARTA_CLIENT_ID = "LANGUAGE_ID_JAKARTA" ;
26- export const LIBERTY_LS_JAR = "liberty-langserver-2.2-jar-with-dependencies.jar" ;
26+ export const LIBERTY_LS_JAR = "liberty-langserver-2.2.1 -jar-with-dependencies.jar" ;
2727export const JAKARTA_LS_JAR = "org.eclipse.lsp4jakarta.ls-0.2.3-jar-with-dependencies.jar" ;
2828
2929let libertyClient : LanguageClient ;
You can’t perform that action at this time.
0 commit comments