Use explicit version

This commit is contained in:
2026-03-09 16:55:08 +01:00
parent 95b8377c0f
commit 12ba6d9f7a

View File

@@ -292,7 +292,7 @@ vim.lsp.config('elixirls', {
vim.lsp.config('roslyn', {
cmd = {
"dotnet",
"dotnet-bin-10.0",
vim.fn.expand("~/.local/share/roslyn/content/LanguageServer/linux-x64/Microsoft.CodeAnalysis.LanguageServer.dll"),
"--logLevel", -- this property is required by the server
"Information",