question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Constantly looping and checking for errors when "Problems" pane is open

See original GitHub issue

Hello!

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: 59524873d6

Runtime 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.

  1. Open a folder with solution or with projects (I’m using Orleans-Docker in the video)
  2. Focus the “Problems” pane (pressing Command+Shift+M)
  3. Observe the periodic updates of error messages (re-evaluation with different results)

Expected behavior

  1. Errors are “re-evaluated” only on changes

Actual behavior

  1. Errors are “re-evaluated” constantly
  2. See the video: vscode-csharp-loop

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
skyflyercommented, Aug 14, 2018

I believe this might be a VS code bug: See the issue here: https://github.com/Microsoft/vscode/issues/56317

0reactions
GlenCFLcommented, Aug 19, 2018

This was resolved with the VSCode 1.26.1 release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem entries loops · Issue #56317 · microsoft/vscode - GitHub
Steps to Reproduce: Start a project with multiples errors and warnings; wait, and see: The display of errors loops for a time—the number...
Read more >
How to fix automatic repair loop in Windows 10 - IT PRO
A guide to diagnosing and fixing automatic repair loops in Windows 10. ... This command will check your drive for errors using the...
Read more >
Windows 10 reboot loop with Your PC ran into a problem and ...
It is a constant loop. I have no idea what happened ... To boot the computer to Safe Mode and check if the...
Read more >
Exceptions and debugging - Advanced R. - Hadley Wickham
This chapter will teach you how to fix unanticipated problems (debugging), ... You can tell them apart because errors always start with “Error”...
Read more >
Runtime Errors - GeeksforGeeks
Runtime Errors: A runtime error in a program is an error that occurs while the program is running after being successfully compiled.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found