You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
description ="Should be relative to the workspace root directory and use forward slashes `/` for file separators (even on Windows).",
185
+
default =".scalafmt.conf",
186
+
)
187
+
188
+
val`java-home`=newSetting[String](
189
+
title ="Java Home directory",
190
+
description ="The Java Home directory used for indexing JDK sources and locating the `java` binary. Metals will try to detect this setting automatically, but you can override it here if you need more flexibility.",
description ="Optional absolute path to an `sbt` executable to use for running `sbt bloopInstall`. By default, Metals uses `java -jar sbt-launch.jar` with an embedded launcher while respecting `.jvmopts` and `.sbtopts`. Update this setting if your `sbt` script requires more customizations like using environment variables.",
207
+
default ="",
208
+
)
209
+
210
+
val`gradle-script`=newSetting[String](
211
+
title ="gradle script",
212
+
description ="Optional absolute path to a `gradle` executable to use for running `gradle bloopInstall`. By default, Metals uses gradlew with 5.3.1 gradle version. Update this setting if your `gradle` script requires more customizations like using environment variables.",
213
+
default ="",
214
+
)
215
+
216
+
val`maven-script`=newSetting[String](
217
+
title ="maven script",
218
+
description ="Optional absolute path to a `maven` executable to use for generating bloop config. By default, Metals uses `mvnw` maven wrapper with 3.6.1 maven version.. Update this setting if your `maven` script requires more customizations.",
219
+
default ="",
220
+
)
221
+
222
+
val`mill-script`=newSetting[String](
223
+
title ="mill script",
224
+
description ="Optional absolute path to a `mill` executable to use for running `mill mill.contrib.Bloop/install`. By default, Metals uses mill wrapper script with 0.4.0 mill version. Update this setting if your `mill` script requires more customizations like using environment variables.",
0 commit comments