Skip to content

Releases: OpenLiberty/liberty-tools-vscode

24.0.3

11 Mar 22:36
29ecc9a
Compare
Choose a tag to compare

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:

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

01 Dec 16:28
af9fe48
Compare
Choose a tag to compare

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:

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

21 Sep 14:50
194afc0
Compare
Choose a tag to compare

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:

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

22 Jun 19:43
59055c4
Compare
Choose a tag to compare

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

15 Dec 20:25
06e59f9
Compare
Choose a tag to compare
0.1.12 Pre-release
Pre-release

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

15 Aug 15:07
ddeee91
Compare
Choose a tag to compare
0.1.11 Pre-release
Pre-release
  • Rename extension to Liberty Tools for VS Code
  • Rename Liberty Dev Dashboard to Liberty Dashboard

0.1.10

18 Dec 14:31
93cdaa4
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release
  • Honour Maven and Gradle wrapper settings when running dev mode

0.1.9

23 Nov 14:55
286f467
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release
  • Removed "tech preview" wording from "Start in container" action

0.1.8

01 Oct 13:31
59f9c3d
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

0.1.7

08 Sep 14:27
3c06011
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release
  • Added Start in container (tech preview) action
  • Upgrade lodash dependency version