Skip to content

Commit d956839

Browse files
authored
fix: update setting enum values (#176)
1 parent 7d8cf2e commit d956839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
"type": "string",
102102
"enum": [
103103
"",
104-
"1.8",
105104
"11",
106-
"14"
105+
"15",
106+
"8"
107107
],
108108
"scope": "window",
109109
"description": "Default Java version."

0 commit comments

Comments
 (0)