Releases: OpenLiberty/liberty-tools-vscode
24.0.3
Version 24.0.3 of Liberty Tools for Visual Studio Code is a fix release that contains minor enhancements and fixes. Version 24.0.3 requires Visual Studio Code version 1.78+ and requires Java 17 or later.
Notable changes:
- Updated Eclipse LSP4Jakarta version to 0.2.1 to resolve bug where Jakarta EE diagnostics were not appearing.
- #322
- For more information regarding changes for version 0.2.1, refer to the release notes: https://github.com/eclipse/lsp4jakarta/releases/tag/0.2.1
- Added instructions for when the Liberty dashboard detects no Liberty projects.
Note: You may observe slow performance when editing your server.xml file when invoking completion or hover. If observed, please report your experience on this GitHub issue: #329
See the commit log for the full set of changes since the previous release.
The Liberty Tools for Visual Studio Code 24.0.3 release is available on the Visual Studio Code Marketplace.
23.0.12
Version 23.0.12 of Liberty Tools for Visual Studio Code contains enhancements for editing support. Version 23.0.12 requires Visual Studio Code version 1.78+ and requires Java 17 or later.
NOTE: There is a known problem with Jakarta EE diagnostics in this release. For details on the issue and the workaround, please refer to #322. For more known problems and workarounds for this release, please refer to the wiki: https://github.com/OpenLiberty/liberty-tools-vscode/wiki/Known-Problems-and-Limitations.
Notable changes:
- Updated Liberty Config Language Server version to 2.1.1. For information regarding changes for version 2.1, refer to the release notes linked below:
- Updated Eclipse LSP4Jakarta version to 0.2.0. For more information regarding changes for version 0.2.0, refer to the release notes linked below:
See the commit log for the full set of changes since the previous release.
The Liberty Tools for Visual Studio Code 23.0.12 release is available on the Visual Studio Code Marketplace.
23.0.9
Version 23.0.9 of Liberty Tools for Visual Studio Code is a fix release that contains minor enhancements and fixes. Version 23.0.9 requires Visual Studio Code version 1.78+ and requires Java 17 or later.
Notable changes:
- Updated Liberty Config Language Server version to 2.0.1. For information regarding changes for version 2.0.1, refer to the release notes linked below:
- Bug fix for “Start in container” action not appearing when project parent folder is opened in VS Code Explorer - #258
- Bug fix for the Liberty Dashboard not refreshing project names after they are changed - #177
- Bug fix for parameter field in “Start…” command redirecting focus to the terminal - #210
- Added the build file path as a tooltip when hovering over project names in the Liberty dashboard - #208
See the commit log for the full set of changes since the previous release.
The Liberty Tools for Visual Studio Code 23.0.9 release is available on the Visual Studio Code Marketplace.
23.0.6
Version 23.0.6 of Liberty Tools for Visual Studio Code contains minor enhancements and fixes. Version 23.0.6 requires Visual Studio Code version 1.78+ and requires Java 17 or later.
Notable enhancements:
- Update to allow context aware snippets in Java files provided by Eclipse LSP4Jakarta, Language Server for Jakarta EE
- Update to latest version of
vscode-languageclient
to resolve language client failures
See the commit log for the full set of changes since the previous release.
The Liberty Tools for Visual Studio Code 23.0.6 release is available on the Visual Studio Code Marketplace.
0.1.12
Version 0.1.12 of Liberty Tools for Visual Studio Code is an early release that contains new functionality and fixes. Liberty Tools for Visual Studio Code now requires Java 17 and depends on the XML by Red Hat and Debugger for Java Visual Studio Code extensions.
Notable enhancements:
- Editing assistance (completion, hover, diagnostics and quick-fixes) when editing server.xml, server.env, and bootstrap.properties files via the Liberty Config Language Server.
- Editing assistance (code snippets, diagnostics and quick-fixes) for Jakarta EE 9.x Web Profile APIs when editing Java files via the Eclipse LSP4Jakarta, Language Server for Jakarta EE.
- Liberty projects are now automatically detected via the presence of a
src/main/liberty/config/server.xml
file. - New “Liberty: Attach Debugger” Liberty action, accessible through the Liberty Dashboard or Visual Studio Code Command Palette. Requires “Liberty: Start” to have been run first.
- Ability to run Liberty actions through the Visual Studio Code Command Palette or the keyboard shortcut: Shift + Alt + L.
- “Liberty: Start…” saves command history.
- Ability to manually add projects to the Liberty Dashboard.
- New icons for Maven and Gradle projects in the Liberty Dashboard.
See the commit log for the full set of changes since the previous early release.
The Liberty Tools for Visual Studio Code 0.1.12 release is available on the Visual Studio Code Marketplace.
0.1.11
- Rename extension to Liberty Tools for VS Code
- Rename Liberty Dev Dashboard to Liberty Dashboard
0.1.10
- Honour Maven and Gradle wrapper settings when running dev mode
0.1.9
- Removed "tech preview" wording from "Start in container" action
0.1.8
- Added dependency on Tools for MicroProfile
0.1.7
- Added Start in container (tech preview) action
- Upgrade lodash dependency version