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>
pull/5/head
Ayoub Benali 1 year ago committed by GitHub
parent 7bdba4a6bf
commit 97083f8836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save