Skip to content

Commit

Permalink
Merge pull request #35 from gabro/remove-sbt-config
Browse files Browse the repository at this point in the history
Remove sbtLauncher and sbtOptions options
  • Loading branch information
gabro authored Dec 14, 2018
2 parents d87a6cd + efe19ab commit 863855a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,9 @@
"type": "string",
"markdownDescription": "Optional path to the Java home directory. Requires reloading the window.\n\nDefaults to the environment variable `JAVA_HOME` computed by the `locate-java-home` npm package."
},
"metals.sbtLauncher": {
"type": "string",
"markdownDescription": "Optional absolut path to sbt-launch.jar launcher to use when running `sbt bloopInstall`."
},
"metals.sbtOptions": {
"type": "string",
"markdownDescription": "Additional space separated JVM options used for the `sbt bloopInstall` step. By default, Metals respects custom options in `.jvmopts` and `.sbtopts` of the workspace root directory, it's recommended to use those instead of customizing this setting. The benefit of `.jvmopts` and `.sbtopts` is that it's respected by other tools such as IntelliJ."
},
"metals.sbtScript": {
"type": "string",
"markdownDescription": "Custom `sbt` executable to use for running `sbt bloopInstall`, overrides `sbt-options` and `sbt-launcher` options. By default, Metals uses `java -jar sbt-launch.jar` to launch sbt while respecting `.jvmopts` and `.sbtopts`. In case this option is defined, then Metals executes the configured sbt script instead."
"markdownDescription": "Optional absolute path to an `sbt` executable to use for running `sbt bloopInstall`.\n\nBy default, Metals uses `java -jar sbt-launch.jar` with an embedded launcher while respecting `.jvmopts` and `.sbtopts`.\n\nUpdate this setting if your `sbt` script requires more customizations like using environment variables."
}
}
},
Expand Down

0 comments on commit 863855a

Please sign in to comment.