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.
1 parent 024e2eb commit 09ede85Copy full SHA for 09ede85
languages.toml
@@ -18,7 +18,7 @@ bass = { command = "bass", args = ["--lsp"] }
18
beancount-language-server = { command = "beancount-language-server" }
19
bicep-langserver = { command = "bicep-langserver" }
20
bitbake-language-server = { command = "bitbake-language-server" }
21
-buf = { command = "buf", args = ["beta", "lsp", "--timeout", "0"] }
+buf = { command = "buf", args = ["lsp", "serve", "--timeout", "0"] }
22
cairo-language-server = { command = "cairo-language-server", args = [] }
23
circom-lsp = { command = "circom-lsp" }
24
cl-lsp = { command = "cl-lsp" }
0 commit comments