Do omnisharp has a build error cache?
See original GitHub issueI’m converting a legacy code to net core and during this process, I need adjust some issues. When I finally resolve it, the editor keeps a part of the code underlined, as if it’s still in error…
Environment data
dotnet --info
output:
.NET Command Line Tools (1.0.1)
Product Information: Version: 1.0.1 Commit SHA-1 hash: 005db40cd1
Runtime Environment: OS Name: Windows OS Version: 6.1.7601 OS Platform: Windows RID: win7-x64 Base Path: C:\Program Files\dotnet\sdk\1.0.1
VS Code version: Version 1.11.2 Commit 6eaebe3b9c70406d67c97779468c324a7a95db0e Date 2017-04-13T08:03:11.395Z Shell 1.4.6 Renderer 53.0.2785.143 Node 6.5.0
C# Extension version: 1.10.0-beta2
Steps to reproduce
I can’t reproduce this…
Expected behavior
Actual behavior
It looks like it has an error cache
When I do Reload Window
the problem desapears…
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top GitHub Comments
I’ve seen this occasionally but haven’t been able to reproduce it either. My suspicion is that the problem is actually in VS Code itself, but I haven’t been able to trigger the problem under the debugger to know for sure.
Glad to hear it – thanks!