From 08689430086a437dc6409c60671d244a2eea4d3c Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Wed, 13 Apr 2022 18:00:20 -0400 Subject: [PATCH] Upversion to 1.6.0 Signed-off-by: Roland Grunberg --- README.md | 2 -- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 070d0d35d..7f2e75db1 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,6 @@ The following settings are supported: * `java.import.generatesMetadataFilesAtProjectRoot` : Specify whether the project metadata files(.project, .classpath, .factorypath, .settings/) will be generated at the project root. Defaults to `false`. * `java.inlayHints.parameterNames.enabled`: Enable/disable inlay hints for parameter names. Supported values are: `none`(isable parameter name hints), `literals`(Enable parameter name hints only for literal arguments) and `all`(Enable parameter name hints for literal and non-literal arguments). Defaults to `literals`. -New in 1.5.0: -* `java.inlayHints.parameterNames.enabled`: Enable/disable inlay hints for parameter names. Supported values are: `none`(Disable parameter name hints), `literals`(Enable parameter name hints only for literal arguments) and `all`(Enable parameter name hints for literal and non-literal arguments). Defaults to `literals`. Semantic Highlighting =============== diff --git a/package-lock.json b/package-lock.json index 82e3230c9..b53587f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "java", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ffbca60a7..8a73986f3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Red Hat", "icon": "icons/icon128.png", "license": "EPL-2.0", - "version": "1.5.0", + "version": "1.6.0", "publisher": "redhat", "bugs": "https://github.com/redhat-developer/vscode-java/issues", "preview": false,