-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
C# syntax error hints disappear after a few seconds #14844
Comments
@zeyangl I'll say let's start with OmniSharp as we don't know yet whether OmniSharp regards it as no longer an error after |
It appears to be fixed in 1.7.1 release. OmniSharp version remains the same though, so probably a nice side effect of some other fix in vscode. |
I am still having same issue on Ubuntu 14.04, insiders and stable Version 1.7.1. Initially i was suspecting the auto save feature to have something to do about it, but i tested with all possible options. Warnings and info remain, but errors disappear about 2 seconds after code change (saved or not). Same project works fine in Windows with vscode 1.7.1 |
This issue was moved to dotnet/vscode-csharp#883 |
I get this same issue on mac, using with unity |
C# syntax error hint disappears after a few seconds.
Steps to Reproduce:
I expect this to be a VSCode issue instead of OmniSharp, since the syntax hints did show up correctly, only to disappear in a couple of seconds.
The text was updated successfully, but these errors were encountered: