Enable http server by default in Metals config (#5551)
This is required to make commands like [doctor-run](https://scalameta.org/metals/docs/integrations/new-editor#run-doctor) work. It simply opens a browser to get general information about the build. Co-authored-by: Ayoub Benali <ayoub.benali@xing.com>
This commit is contained in:
parent
7bdba4a6bf
commit
97083f8836
1 changed files with 2 additions and 1 deletions
|
@ -1061,6 +1061,7 @@ file-types = ["scala", "sbt", "sc"]
|
|||
comment-token = "//"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
language-server = { command = "metals" }
|
||||
config = { "isHttpEnabled" = true }
|
||||
|
||||
[[grammar]]
|
||||
name = "scala"
|
||||
|
@ -2106,4 +2107,4 @@ formatter = { command = "dhall" , args = ["format"] }
|
|||
|
||||
[[grammar]]
|
||||
name = "dhall"
|
||||
source = { git = "https://github.com/jbellerb/tree-sitter-dhall", rev = "affb6ee38d629c9296749767ab832d69bb0d9ea8" }
|
||||
source = { git = "https://github.com/jbellerb/tree-sitter-dhall", rev = "affb6ee38d629c9296749767ab832d69bb0d9ea8" }
|
||||
|
|
Loading…
Reference in a new issue