Skip to content

Commit b7fd9dc

Browse files
Make the setting 'java.import.gradle.java.home' to be machine-overridable (#2624)
Signed-off-by: Jinbo Wang <[email protected]>
1 parent 4a1b23d commit b7fd9dc

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.jdt.ls.java.home",
1818
"java.home",
1919
"java.jdt.ls.vmargs",
20-
"java.configuration.runtimes"
20+
"java.configuration.runtimes",
21+
"java.import.gradle.java.home"
2122
]
2223
},
2324
"virtualWorkspaces": false
@@ -284,7 +285,7 @@
284285
"type": "string",
285286
"default": null,
286287
"description": "The location to the JVM used to run the Gradle daemon.",
287-
"scope": "machine"
288+
"scope": "machine-overridable"
288289
},
289290
"java.import.gradle.offline.enabled": {
290291
"type": "boolean",

0 commit comments

Comments
 (0)