You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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: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?
The text was updated successfully, but these errors were encountered: