Skip to content

Commit

Permalink
Merge branch 'main' into jakarta-test
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevCraw authored Oct 21, 2023
2 parents 6a33f8a + 17cdda0 commit b33329a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const download = require("gulp-download2");
const cp = require("child_process");

const libertyGroupId = "io.openliberty.tools";
const libertyVersion = "2.0.1";
const libertyVersion = "2.1-SNAPSHOT";
const jakartaGroupId = "org.eclipse.lsp4jakarta";
const jakartaVersion = "0.2.0-SNAPSHOT";
var releaseLevel = "snapshots"; //"snapshots"; //snapshots or releases
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "liberty-dev-vscode-ext",
"displayName": "Liberty Tools",
"description": "Liberty Tools for Visual Studio Code",
"version": "23.0.9",
"version": "23.0.12-SNAPSHOT",
"publisher": "Open-Liberty",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"./jars/org.eclipse.lsp4jakarta.jdt.core-0.2.0-SNAPSHOT.jar"
],
"xml.javaExtensions": [
"./jars/liberty-langserver-lemminx-2.0.1-jar-with-dependencies.jar"
"./jars/liberty-langserver-lemminx-2.1-SNAPSHOT-jar-with-dependencies.jar"
],
"views": {
"explorer": [
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { prepareExecutable } from "./util/javaServerStarter";

const LIBERTY_CLIENT_ID = "LANGUAGE_ID_LIBERTY";
const JAKARTA_CLIENT_ID = "LANGUAGE_ID_JAKARTA";
export const LIBERTY_LS_JAR = "liberty-langserver-2.0.1-jar-with-dependencies.jar";
export const LIBERTY_LS_JAR = "liberty-langserver-2.1-SNAPSHOT-jar-with-dependencies.jar";
export const JAKARTA_LS_JAR = "org.eclipse.lsp4jakarta.ls-0.2.0-SNAPSHOT-jar-with-dependencies.jar";

let libertyClient: LanguageClient;
Expand Down

0 comments on commit b33329a

Please sign in to comment.