Update
This commit is contained in:
@@ -292,7 +292,7 @@ vim.lsp.config('elixirls', {
|
|||||||
|
|
||||||
vim.lsp.config('roslyn', {
|
vim.lsp.config('roslyn', {
|
||||||
cmd = {
|
cmd = {
|
||||||
"dotnet-bin-10.0",
|
"dotnet",
|
||||||
vim.fn.expand("~/.local/share/roslyn/content/LanguageServer/linux-x64/Microsoft.CodeAnalysis.LanguageServer.dll"),
|
vim.fn.expand("~/.local/share/roslyn/content/LanguageServer/linux-x64/Microsoft.CodeAnalysis.LanguageServer.dll"),
|
||||||
"--logLevel", -- this property is required by the server
|
"--logLevel", -- this property is required by the server
|
||||||
"Information",
|
"Information",
|
||||||
|
|||||||
Reference in New Issue
Block a user