Skip to content

Commit 01cc378

Browse files
jdneofbricon
authored andcommitted
Change scope of 'java.home' to machine-overridable
Signed-off-by: Sheng Chen <[email protected]>
1 parent fcbe920 commit 01cc378

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@
6363
"path": "./snippets/java.json"
6464
}
6565
],
66-
"grammars": [{
67-
"language": "java",
68-
"scopeName": "source.java",
69-
"path": "./syntaxes/java.tmLanguage.json"
70-
}],
66+
"grammars": [
67+
{
68+
"language": "java",
69+
"scopeName": "source.java",
70+
"path": "./syntaxes/java.tmLanguage.json"
71+
}
72+
],
7173
"jsonValidation": [
7274
{
7375
"fileMatch": "package.json",
@@ -85,7 +87,7 @@
8587
],
8688
"default": null,
8789
"description": "Specifies the folder path to the JDK (11 or more recent) used to launch the Java Language Server.\nOn Windows, backslashes must be escaped, i.e.\n\"java.home\":\"C:\\\\Program Files\\\\Java\\\\jdk11.0_8\"",
88-
"scope": "window"
90+
"scope": "machine-overridable"
8991
},
9092
"java.jdt.ls.vmargs": {
9193
"type": [

0 commit comments

Comments
 (0)