Skip to content

Commit 88c8aa7

Browse files
committed
Upversion to 1.45.0
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 3cde759 commit 88c8aa7

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ The following settings are supported:
256256
* `java.jdt.ls.javac.enabled`: [Experimental] Specify whether to enable Javac-based compilation in the language server. Requires running this extension with Java 24. Defaults to `off`.
257257
* `java.completion.engine`: [Experimental] Select code completion engine. Defaults to `ecj`.
258258
* `java.references.includeDeclarations`: Include declarations when finding references. Defaults to `true`
259-
260-
New in 1.44.0
261259
* `java.jdt.ls.appcds.enabled` : [Experimental] Enable Java AppCDS (Application Class Data Sharing) for improvements to extension activation. When set to `auto`, AppCDS will be enabled in Visual Studio Code - Insiders, and for pre-release versions.
262260

263261
Semantic Highlighting

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Red Hat",
66
"icon": "icons/icon128.png",
77
"license": "EPL-2.0",
8-
"version": "1.44.0",
8+
"version": "1.45.0",
99
"publisher": "redhat",
1010
"bugs": "https://github.com/redhat-developer/vscode-java/issues",
1111
"preview": false,

0 commit comments

Comments
 (0)