-
Notifications
You must be signed in to change notification settings - Fork 686
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
Language server randomly error and shutdown #7514
Comments
Same error here happening since today. There's nothing I've manually changed in my settings, extensions, or environment.
|
Same here:
|
I'm seeing this also now too. I think it's since the latest C#/DevKit update. |
Repeatedly getting this too after doing an update of VSCode the other day. Hope we can get this fixed soon! Out of workspace document?
Assemblies conflicting
Extension versions
Environment
Log
|
I've reverted to C# (2.39.29) and DevKit (1.9.55) and the crash has gone so will stick to those versions for now. |
@rjhind thanks for a workaround. Rolling back myself now too. :-) |
+1 same error, C# v2.45.20 |
The same problem occurs in the extension of the C# Dev kit. After multiple attempts, including reinstalling VSCode and all extensions, it was finally resolved by downgrading the version of the C# Dev kit from 1.10.6 to 1.9.55. |
For me downgrading C# to v2.39.29 also fixed the problem. Kept C# Dev Kit on v1.10.16. |
Same issue |
To anyone hitting this, would request two bits of information that would help
|
I can not configure |
Ah likely would not work there. Most important though is the trace logs if anyone is able to provide them. I believe we have a fix for this (hopefully released in the next day or so), but the logs would help confirm if its the same exact issue. |
There is a change going in which should fix this issue. I will post an update here once it is available on the marketplace. |
We just published 2.45.25 to the marketplace (non-prerelease). This should fix the error being seen here. While we don't think there are futher problems, we also added an additional workaround to disable the new feature (source link) that was causing the errors. If you're still encountering this
|
@dibarbet thank you. |
@dibarbet Many thanks! |
Description
when using vscode, i randomly lose syntax highlighting and autocompletion (aka the language server is dead),
it happens randomly when i just writing code, or when i navigate to a source (doesn't matter if it's in my project or inside a package)
sometimes reloading the window fixes the issue for few minutes before it happens again at a different place
i'm not sure why, there is no constant pattern
i changed few things in the extension settings with no luck and revert it back to defaults,
it's driving me nuts, it happens every few minutes
Environment data
dotnet --info
output:VS Code version:
C# Extension version (running default settings):
C# Dev Kit Extension version (running default settings):
Using OmniSharp: false
OmniSharp log
not used
Steps to reproduce
the issue happens randomly when editing any .cs file, or when i navigate to a source (doesn't matter if it's in my project or inside a package)
Expected behavior
to keep running as is
Actual behavior
lose syntax highlighting and autocompletion, just like without the c# extension
Additional context
C# extension log when the issue happens
System info:
A/B experiment info:
The text was updated successfully, but these errors were encountered: