Skip to content

Commit

Permalink
Merge pull request #698 from ckipp01/bloopJvmProperties
Browse files Browse the repository at this point in the history
feat: add in bloopJvmProperties
  • Loading branch information
ckipp01 authored Dec 7, 2024
2 parents e712adf + de333f2 commit 1c6dec2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/metals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ _ones that are sent and used by the server_
* |autoImportBuild|
* |bloopSbtAlreadyInstalled|
* |bloopVersion|
* |bloopJvmProperties|
* |defaultBspToBuildTool|
* |enableSemanticHighlighting|
* |excludedPackages|
Expand Down Expand Up @@ -251,6 +252,15 @@ This version will be used for the Bloop build tool plugin, for any supported
build tool, while importing in Metals as well as for running the embedded
server. More than likely you'll never need to use this.

bloopJvmProperties *bloopVjmProperties*

Type: table as list ~
Default: {} ~

Optional list of JVM properties to pass along to the Bloop server. Please
follow this guide for the format
https://scalacenter.github.io/bloop/docs/server-reference#global-settings-for-the-server.

*decorationColor*
Type: string ~
Default: 'Conceal' ~
Expand Down
1 change: 1 addition & 0 deletions lua/metals/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ local valid_metals_settings = {
"autoImportBuild",
"bloopSbtAlreadyInstalled",
"bloopVersion",
"bloopJvmProperties",
"defaultBspToBuildTool",
"enableSemanticHighlighting",
"excludedPackages",
Expand Down

0 comments on commit 1c6dec2

Please sign in to comment.