Skip to content

Commit 784b594

Browse files
authored
fix(lsp): expert language server requires --stdio flag (#15630)
1 parent 1ffcd3a commit 784b594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ elm-language-server = { command = "elm-language-server" }
4747
elp = { command = "elp", args = ["server"] }
4848
elvish = { command = "elvish", args = ["-lsp"] }
4949
erlang-ls = { command = "erlang_ls" }
50-
expert = { command = "expert" }
50+
expert = { command = "expert", args = ["--stdio"] }
5151
fennel-ls = { command = "fennel-ls" }
5252
fish-lsp = { command = "fish-lsp", args = ["start"] }
5353
forc = { command = "forc", args = ["lsp"] }

0 commit comments

Comments
 (0)