C# (csharp) Plugin for Lapce powered by csharp-ls an alternative, fast LSP to omnisharp.
Install csharp-ls
and dotnet-sdk
for .NET 7
dotnet tool install --global csharp-ls
[config."csharp.solution"]
default = ""
description = "Path to the solution file"
[config."csharp.loglevel"]
default = "error"
description = "the default log level"
[config."csharp.plugindebug"]
default = "false"
description = "enables detailed logging about the plugin-lsp interaction"