Always when i start any .net project, vscode hits an error that the text editor cant connect with the language server code analysis
So we can see some output errors, but i dont know how to solve this:
Using dotnet configured on PATH
Dotnet path: /snap/dotnet-sdk/241/dotnet
Activating C# + C# Dev Kit + C# IntelliCode...
waiting for named pipe information from server...
[stderr] Failed to load /snap/dotnet-sdk/241/shared/Microsoft.NETCore.App/8.0.4/libcoreclr.so, error: /lib/x86_64-linux-gnu/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by /snap/core20/current/lib/x86_64-linux-gnu/librt.so.1)
Language server process exited with null
[Error - 10:07:33 AM] Microsoft.CodeAnalysis.LanguageServer client: couldn't create connection to server.
Error: Timeout. Client cound not connect to server via named pipe
at z.<anonymous> (/home/myuser/.vscode/extensions/ms-dotnettools.csharp-2.28.11-linux-x64/dist/extension.js:2:1293822)
at Generator.next (<anonymous>)
at s (/home/myuser/.vscode/extensions/ms-dotnettools.csharp-2.28.11-linux-x64/dist/extension.js:2:1283111)