-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] C# language server fails to start with ArgumentException: filePath from telemetry subsystem #1354
Comments
loop in @jonathanjyi |
Thanks for reporting @karolz-ms, I'll start taking a look. In the meantime, can you check if deleting the files under %Temp%\csdevkit and restarting, resolves your issue? |
@jonathanjyi thank you. Deleting files under TEMP\csdevkit did in fact resolve the issue, now the output from the extension is as below, which I assume is normal: Using dotnet configured on PATH
Dotnet path: C:\Program Files\dotnet\dotnet.exe
Activating C# + C# Dev Kit + C# IntelliCode...
waiting for named pipe information from server...
[stdout] {"pipeName":"\\\\.\\pipe\\672de537"}
received named pipe information from server
attempting to connect client to server...
client has connected to server
[Info - 2:57:33 PM] [Program] Language server initialized
[Info - 2:57:40 PM] [WorkspaceProjectFactoryService] Project C:\Users\karolz\code\usvc-apiserver\.azure\DcpNuGet\DcpNuGet.csproj loaded by C# Dev Kit
[Info - 2:57:40 PM] [WorkspaceProjectFactoryService] Project C:\Users\karolz\code\usvc-apiserver\.azure\ArcadeManifest\ArcadeManifest.csproj loaded by C# Dev Kit |
I'm running into the same error when starting VS Code from WSL. I've tried uninstalling C# Dev Kit, deleting files from ~/.vscode-server/extensions, and re-installing, but I continue to get the error. I've also tried deleting files in %Temp%\csdevkit and that didn't help. Is there a path similar to %Temp%\csdevkit for WSL that I should be clearing? This is the error I'm getting:
|
Hi @mjrousos, what versions of C# Dev Kit are you using? If you're running VSCode from inside WSL, then you may need to delete the folders inside the linux instance itself under Let me know if that helps. |
Thanks, @jonathanjyi. Unfortunately, I'm still seeing the failure even after clearing |
This is still being investigated. |
Hi @mjrousos can you let us know if you're still hitting this error after the latest updates? |
Fixed with release 1.10.18. |
Describe the Issue
I am getting the following error message when VS Code is started with C# Dev Kit extension isntalled
Steps To Reproduce
No response
Expected Behavior
No response
Environment Information
The text was updated successfully, but these errors were encountered: