Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 631 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 631 Bytes

Lapce plugin for C# (csharp-ls)

C# (csharp) Plugin for Lapce powered by csharp-ls an alternative, fast LSP to omnisharp.

Prerequisites

Install csharp-ls and dotnet-sdk for .NET 7

dotnet tool install --global csharp-ls

Advanced configuration

[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"