File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ The following settings are supported:
109109* ` java.codeGeneration.toString.listArrayContents ` : List contents of arrays instead of using native toString(). Defaults to ` true ` .
110110* ` java.codeGeneration.toString.limitElements ` : Limit number of items in arrays/collections/maps to list, if 0 then list all. Defaults to ` 0 ` .
111111
112+ * New in 0.47.0*
113+
114+ * ` java.import.gradle.arguments ` : Arguments to pass to Gradle.
115+ * ` java.import.gradle.jvmArguments ` : JVM arguments to pass to Gradle.
116+ * ` java.import.gradle.home ` : setting for GRADLE_HOME.
117+
112118
113119Troubleshooting
114120===============
Original file line number Diff line number Diff line change 139139 "description" : " Gradle version, used if the gradle wrapper is missing or disabled." ,
140140 "scope" : " window"
141141 },
142+ "java.import.gradle.arguments" : {
143+ "type" : " string" ,
144+ "default" : null ,
145+ "description" : " Arguments to pass to Gradle." ,
146+ "scope" : " window"
147+ },
148+ "java.import.gradle.jvmArguments" : {
149+ "type" : " string" ,
150+ "default" : null ,
151+ "description" : " JVM arguments to pass to Gradle." ,
152+ "scope" : " window"
153+ },
154+ "java.import.gradle.home" : {
155+ "type" : " string" ,
156+ "default" : null ,
157+ "description" : " Setting for GRADLE_HOME." ,
158+ "scope" : " window"
159+ },
142160 "java.maven.downloadSources" : {
143161 "type" : " boolean" ,
144162 "default" : false ,
You can’t perform that action at this time.
0 commit comments