Unnamed repository; edit this file 'description' to name the repository.
fix(lsp): expert language server requires `--stdio` flag (#15630)
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 3fdf54aa..212de9c9 100644 --- a/languages.toml +++ b/languages.toml @@ -47,7 +47,7 @@ elm-language-server = { command = "elm-language-server" } elp = { command = "elp", args = ["server"] } elvish = { command = "elvish", args = ["-lsp"] } erlang-ls = { command = "erlang_ls" } -expert = { command = "expert" } +expert = { command = "expert", args = ["--stdio"] } fennel-ls = { command = "fennel-ls" } fish-lsp = { command = "fish-lsp", args = ["start"] } forc = { command = "forc", args = ["lsp"] } |