-
Notifications
You must be signed in to change notification settings - Fork 677
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
Error underlining red squiggles disappear #941
Comments
Could you post your OmniSharp log for me? I'm wondering if the OmniSharp server is dying and restarting, which causes the errors to disappear.
|
Hi @DustinCampbell hope this helps!
|
Your log shows that you are using 1.4.1 of the C# extension, not 1.5.0 as mentioned at the top of this bug. Did you actually install the new release (now 1.5.2)? You should be able to do so from the Extensions pane in Visual Studio Code (select View->Extensions to display this pane). |
@HawkenKing: I've dug into this issue and found that it's likely due to a bug in VS Code. Details of my investigation are in #883. I've filed microsoft/vscode#15585 to track this issue on VS Code. |
A solid fix for this issue has been checked into VS Code. We should start seeing it working in VS Code Insiders builds soon. |
@DustinCampbell just FYI I uninstalled everything related to VScode and started again from scratch. Probably a good idea since I've just been piling on updates since last year. Intellisense works fine but error squiggles disappear still. Hopefully this will be fixed in the next VScode update (using c# 1.5.2) thanks for your time on this. |
Excellent! |
I'm still getting this issue (for C++)... |
Hi @grandmasteri, This repo is for the .NET C# VS Code extension. You can log issues with the C++ extension at https://github.com/Microsoft/vscode-cpptools |
Environment data
dotnet --info
output: 1.0.0-preview2-003121VS Code version: Version 1.7.1 (1.7.1)
C# Extension version: 1.5.0
Steps to reproduce
open any c# file and type
Expected behavior
red squiggles and error hint appear and stay
Actual behavior
red squiggles and error hint appear and then disappear when moving cursor
The text was updated successfully, but these errors were encountered: