Constantly looping and checking for errors when "Problems" pane is open
See original GitHub issueHello!
Perhaps the title is not spot on, but I couldn’t find better words at the moment. Feel free to adjust the title. What is going on: When the “Problems” pane is focused and VS Code is focused, it is “looping” through problems periodically like it is trying to compile, recompile, recompile… It is hard to describe, so I recorded a video for you. This is happening on Mac OS Sierra and High Sierra.
Environment data
dotnet --info
output:
dotnet --info output
.NET Core SDK (reflecting any global.json): Version: 2.1.301 Commit: 59524873d6Runtime Environment: OS Name: Mac OS X OS Version: 10.12 OS Platform: Darwin RID: osx.10.12-x64 Base Path: /usr/local/share/dotnet/sdk/2.1.301/
Host (useful for support): Version: 2.1.1 Commit: 6985b9f684
.NET Core SDKs installed: 1.0.0-preview1-002702 [/usr/local/share/dotnet/sdk] 1.0.1 [/usr/local/share/dotnet/sdk] 2.0.3 [/usr/local/share/dotnet/sdk] 2.1.4 [/usr/local/share/dotnet/sdk] 2.1.301 [/usr/local/share/dotnet/sdk]
.NET Core runtimes installed: Microsoft.AspNetCore.All 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All] Microsoft.AspNetCore.App 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 1.0.0-rc2-3002702 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 1.0.4 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 1.1.1 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 2.0.3 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 2.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 2.1.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 2.1.1 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
VS Code version: Version 1.26.0 (1.26.0) 4e9361845dc28659923a300945f84731393e210d / 2018-08-13T16:14:13.371Z
C# Extension version: 1.15.2
Steps to reproduce
I’m using different solutions and it is evident in all of them.
- Open a folder with solution or with projects (I’m using Orleans-Docker in the video)
- Focus the “Problems” pane (pressing Command+Shift+M)
- Observe the periodic updates of error messages (re-evaluation with different results)
Expected behavior
- Errors are “re-evaluated” only on changes
Actual behavior
- Errors are “re-evaluated” constantly
- See the video:
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top GitHub Comments
I believe this might be a VS code bug: See the issue here: https://github.com/Microsoft/vscode/issues/56317
This was resolved with the VSCode 1.26.1 release.