Skip to content

Commit 98e302b

Browse files
committed
Upversion to 1.57.0
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 9262eef commit 98e302b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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: 2 additions & 2 deletions
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.56.0",
8+
"version": "1.57.0",
99
"publisher": "redhat",
1010
"bugs": "https://github.com/redhat-developer/vscode-java/issues",
1111
"preview": false,
@@ -1352,7 +1352,7 @@
13521352
"type": "array",
13531353
"description": "Set of classpath variable strings of the form: \"name=path\" that are used to resolve classpath entries.",
13541354
"items": {
1355-
"type":"string",
1355+
"type": "string",
13561356
"pattern": "[a-zA-Z_$][a-zA-Z0-9_$]*=.*"
13571357
},
13581358
"scope": "window"

0 commit comments

Comments
 (0)