-
Notifications
You must be signed in to change notification settings - Fork 676
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
After upgrading VSCode to 1.18.0, vscode show red error lines on almost every code line #1848
Comments
I am having the same issue, the whole project is showing errors but still compiles correctly. |
I have the same problem. |
Hi! Could you provide your OmniSharp Log? Select View->Output from the menu to display the Output pane. Then, select "OmniSharp Log" from the drop-down in the top-right corner. |
My log is:
|
In addition, could you check your |
|
Thanks @suadev and @deanjohnson03 : One thing that your logs have in common is that you have VS 2017 RTM installed with none of the updates. Is it possible to update to the latest VS 2017 update? There have been four since RTM. |
Updating now, I will let you know as soon as I can |
@DustinCampbell updating VS 2017 to the latest has fixed the problem for me. Thank you for your help! |
Excellent! I've filed OmniSharp/omnisharp-roslyn#1014 to track this particular issue in OmniSharp. @suadev : Do you see the same? |
@DustinCampbell, i will try it asap and let you know. |
I would like to confirm that upgrading VS 2017 Community Edition to the latest version indeed fixes the problem. Also reporting that this particular error only appeared on 1.18.0 |
@fgonzalezaguirre : Note that the issue is actually part of C# for VS Code 1.13, not VS Code 1.18. We will release a new version in the next day or two that addresses this issue. |
@DustinCampbell, it worked for me too. Thanks again. |
Is there a way to fix this issue WITHOUT upgrading Visual Studio 2017 to the latest version? The latest versions of Visual Studio 2017 are unstable with ReSharper; the last stable version is 15.2. |
@bolehan : There will be a new version of C# for VS Code in the next few days that should help address the issue by not allow OmniSharp to select VS 2017 RTM when locating MSBuild 15. However, it seems strange that R# would cause the latest releases of VS 2017 to become unstable. I've not heard of that. |
After upgrading to 1.18.0, vscode show red error lines on almost every code line like at the screenshot.
Between, the project builds and runs properly. And idea?
The text was updated successfully, but these errors were encountered: