From 69a29674391079eeb134b2501149cafba6aaf41a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 3 Sep 2026 10:42:41 -0400 Subject: [PATCH] Upversion to 1.57.0 Signed-off-by: David Thompson --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d0c0d613..12e781f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "java", - "version": "1.56.0", + "version": "1.57.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "java", - "version": "1.56.0", + "version": "1.57.0", "license": "EPL-2.0", "dependencies": { "@redhat-developer/vscode-extension-proposals": "0.0.23", diff --git a/package.json b/package.json index e461bf22c..2811a7534 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Red Hat", "icon": "icons/icon128.png", "license": "EPL-2.0", - "version": "1.56.0", + "version": "1.57.0", "publisher": "redhat", "bugs": "https://github.com/redhat-developer/vscode-java/issues", "preview": false, @@ -1352,7 +1352,7 @@ "type": "array", "description": "Set of classpath variable strings of the form: \"name=path\" that are used to resolve classpath entries.", "items": { - "type":"string", + "type": "string", "pattern": "[a-zA-Z_$][a-zA-Z0-9_$]*=.*" }, "scope": "window"