We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--stdio
1 parent 1ffcd3a commit 784b594Copy full SHA for 784b594
1 file changed
languages.toml
@@ -47,7 +47,7 @@ elm-language-server = { command = "elm-language-server" }
47
elp = { command = "elp", args = ["server"] }
48
elvish = { command = "elvish", args = ["-lsp"] }
49
erlang-ls = { command = "erlang_ls" }
50
-expert = { command = "expert" }
+expert = { command = "expert", args = ["--stdio"] }
51
fennel-ls = { command = "fennel-ls" }
52
fish-lsp = { command = "fish-lsp", args = ["start"] }
53
forc = { command = "forc", args = ["lsp"] }
0 commit comments