Skip to content

Commit

Permalink
Change scope of 'java.import.gradle.home' to machine-overridable
Browse files Browse the repository at this point in the history
Signed-off-by: Hope Hadfield <[email protected]>
  • Loading branch information
hopehadfield authored and rgrunber committed Dec 15, 2023
1 parent 72a6b03 commit 1cb8d0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"java.home",
"java.jdt.ls.vmargs",
"java.configuration.runtimes",
"java.import.gradle.java.home"
"java.import.gradle.java.home",
"java.import.gradle.home"
]
},
"virtualWorkspaces": false
Expand Down Expand Up @@ -641,7 +642,7 @@
"type": "string",
"default": null,
"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.",
"scope": "window",
"scope": "machine-overridable",
"order": 40
},
"java.import.gradle.java.home": {
Expand Down

0 comments on commit 1cb8d0c

Please sign in to comment.