Skip to content

Commit c5aa100

Browse files
committed
Upversion to 1.28.0
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 5118693 commit c5aa100

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ The following settings are supported:
193193
* `java.templates.typeComment`: Specifies the type comment for new Java type. Supports configuring multi-line comments with an array of strings, and using ${variable} to reference the [predefined variables](https://github.com/redhat-developer/vscode-java/wiki/Predefined-Variables-for-Java-Template-Snippets).
194194
* `java.references.includeAccessors`: Include getter, setter and builder/constructor when finding references. Default to true.
195195
* `java.configuration.maven.globalSettings` : Path to Maven's global settings.xml.
196+
* `java.configuration.maven.lifecycleMappings` : Path to Maven's lifecycle mappings xml.
196197
* `java.eclipse.downloadSources` : Enable/disable download of Maven source artifacts for Eclipse projects.
197198
* `java.references.includeDecompiledSources` : Include the decompiled sources when finding references. Default to true.
198199
* `java.project.sourcePaths`: Relative paths to the workspace where stores the source files. `Only` effective in the `WORKSPACE` scope. The setting will `NOT` affect Maven or Gradle project.
@@ -240,9 +241,6 @@ The following settings are supported:
240241
* `java.edit.smartSemicolonDetection.enabled`: Defines the `smart semicolon` detection. Defaults to `false`.
241242
* `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`.
242243

243-
New in 1.27.0
244-
* `java.configuration.maven.lifecycleMappings` : Path to Maven's lifecycle mappings xml.
245-
246244
Semantic Highlighting
247245
===============
248246
[Semantic Highlighting](https://github.com/redhat-developer/vscode-java/wiki/Semantic-Highlighting) fixes numerous syntax highlighting issues with the default Java Textmate grammar. However, you might experience a few minor issues, particularly a delay when it kicks in, as it needs to be computed by the Java Language server, when opening a new file or when typing. Semantic highlighting can be disabled for all languages using the `editor.semanticHighlighting.enabled` setting, or for Java only using [language-specific editor settings](https://code.visualstudio.com/docs/getstarted/settings#_languagespecific-editor-settings).

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

0 commit comments

Comments
 (0)