Skip to content

Commit 1cb8d0c

Browse files
hopehadfieldrgrunber
authored andcommitted
Change scope of 'java.import.gradle.home' to machine-overridable
Signed-off-by: Hope Hadfield <[email protected]>
1 parent 72a6b03 commit 1cb8d0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"java.home",
1818
"java.jdt.ls.vmargs",
1919
"java.configuration.runtimes",
20-
"java.import.gradle.java.home"
20+
"java.import.gradle.java.home",
21+
"java.import.gradle.home"
2122
]
2223
},
2324
"virtualWorkspaces": false
@@ -641,7 +642,7 @@
641642
"type": "string",
642643
"default": null,
643644
"description": "Use Gradle from the specified local installation directory or GRADLE_HOME if the Gradle wrapper is missing or disabled and no 'java.import.gradle.version' is specified.",
644-
"scope": "window",
645+
"scope": "machine-overridable",
645646
"order": 40
646647
},
647648
"java.import.gradle.java.home": {

0 commit comments

Comments
 (0)