Skip to content

Commit 309c705

Browse files
committed
Upversion to 1.38.0.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 8734fb3 commit 309c705

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
@@ -255,8 +255,6 @@ The following settings are supported:
255255
- Workspace Symbols
256256
* `java.jdt.ls.javac.enabled`: [Experimental] Specify whether to enable Javac-based compilation in the language server. Requires running this extension with Java 23. Defaults to `off`.
257257
* `java.completion.engine`: [Experimental] Select code completion engine. Defaults to `ecj`.
258-
259-
New in 1.37.0
260258
* `java.references.includeDeclarations`: Include declarations when finding references. Defaults to `true`
261259

262260
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.37.0",
8+
"version": "1.38.0",
99
"publisher": "redhat",
1010
"bugs": "https://github.com/redhat-developer/vscode-java/issues",
1111
"preview": false,

0 commit comments

Comments
 (0)