csharp-language-server icon indicating copy to clipboard operation
csharp-language-server copied to clipboard

Self-contained build

Open ichirou2910 opened this issue 1 month ago • 0 comments

Hi, thanks for the awesome LSP client. I want to bring this to my .NET 6 devcontainer, as the project I'm working on uses .NET 6. This lsp itself needs .NET 8, so I've tried to build it using --self-contained option:

dotnet publish -r linux-x64 --self-contained

The build went smoothly, but when I run it in the container, every lsp request return null or no information. I don't see any error in :LspLog. Do you have any idea?

ichirou2910 avatar Jun 07 '24 18:06 ichirou2910