We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1b23d commit b7fd9dcCopy full SHA for b7fd9dc
1 file changed
package.json
@@ -17,7 +17,8 @@
17
"java.jdt.ls.java.home",
18
"java.home",
19
"java.jdt.ls.vmargs",
20
- "java.configuration.runtimes"
+ "java.configuration.runtimes",
21
+ "java.import.gradle.java.home"
22
]
23
},
24
"virtualWorkspaces": false
@@ -284,7 +285,7 @@
284
285
"type": "string",
286
"default": null,
287
"description": "The location to the JVM used to run the Gradle daemon.",
- "scope": "machine"
288
+ "scope": "machine-overridable"
289
290
"java.import.gradle.offline.enabled": {
291
"type": "boolean",
0 commit comments