Skip to content

Commit 1e7b9a9

Browse files
committed
Upversion to 1.37.0.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 194fbe3 commit 1e7b9a9

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,11 @@ The following settings are supported:
248248
* `java.edit.smartSemicolonDetection.enabled`: Defines the `smart semicolon` detection. Defaults to `false`.
249249
* `java.configuration.detectJdksAtStart`: Automatically detect JDKs installed on local machine at startup. If you have specified the same JDK version in `java.configuration.runtimes`, the extension will use that version first. Defaults to `true`.
250250
* `java.completion.collapseCompletionItems`: Enable/disable the collapse of overloaded methods in completion items. Overrides `java.completion.guessMethodArguments`. Defaults to `false`.
251-
* `java.diagnostic.filter`: Specifies a list of file patterns for which matching documents should not have their diagnostics reported (eg. '**/Foo.java').
251+
* `java.diagnostic.filter`: Specifies a list of file patterns for which matching documents should not have their diagnostics reported (eg. '\*\*/Foo.java').
252252
* `java.search.scope`: Specifies the scope which must be used for search operation like
253253
- Find Reference
254254
- Call Hierarchy
255255
- Workspace Symbols
256-
257-
New in 1.36.0
258256
* `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`.
259257
* `java.completion.engine`: [Experimental] Select code completion engine. Defaults to `ecj`.
260258

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
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.36.0",
8+
"version": "1.37.0",
99
"publisher": "redhat",
1010
"bugs": "https://github.com/redhat-developer/vscode-java/issues",
1111
"preview": false,
@@ -1965,4 +1965,4 @@
19651965
},
19661966
"segmentWriteKey": "Y7Y5Xk8dKEhVZHTmAkFZkqgdN4d7c4lt",
19671967
"segmentWriteKeyDebug": "BflPll7uuKOCm3y0g7JpfXLVBVFBivDE"
1968-
}
1968+
}

0 commit comments

Comments
 (0)