tilupe

Results 11 comments of tilupe

Do you need more information or is this the wrong place to ask this question?

I am not sure if this is the same problem but what I observed with my editorconfig, was that if a rule had the VS-Code notation it didn't work. e.g....

I had the same issue but could resolve it with the following config from the csharp_ls: csharp_ls = { root_dir = require("lspconfig.util"):root_pattern("*.sln") or require("lspconfig.util"):root_pattern("*.csproj"), }, Like this it always took...

@maxle5 thank you for this input. I could also get it to run, but it was barely usable. For me it seemed that only stuff within the same file worked,...

@boost1231 Thank you a lot for all this amazing work. I applied your fixes and attached the roslyn Lsp succesfully. It seemed to work quite well an fast, but one...

Not sure if it belongs here, but wouldn't know where else to find all the people using the new vs-code-LS. Does anybody know if it is possible that the language...

Sorry for opening the issue to fast. I could resolve it by creating the correct symlinks. I added now symlinks from /usr/lib/dotnet/shared/Microsoft.NETCore.App and Microsoft/AspNetCore.App to /ust/share/dotnet/shared/Microsoft.NETCore.App/7.0.2 and Microsoft/AspNetCore.App Not sure...

I am not sure if I have the same problem, but at the moment I can't run our applications on Rider because if I do I get a: " KeyVault...