You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a test fails and is added to the Problems tab with red squiggles below, this seems to confuse Microsoft's official C# extension. Whenever I hover over one of the test errors reported by this extension, the C# extension pops up with
This is probably really the fault of Microsoft's C# extension, but since it's such a widespread extension maybe it could still be worked around on your end. From the looks of it, I think it's trying to suggest a code action, but gets confused by the way this extension reports the test errors somehow - I do notice the red squiggles go from the start of the line, including indents.
The text was updated successfully, but these errors were encountered:
When a test fails and is added to the Problems tab with red squiggles below, this seems to confuse Microsoft's official C# extension. Whenever I hover over one of the test errors reported by this extension, the C# extension pops up with
[Error - 09:48:50] Request textDocument/codeAction failed.
Message: span
Code: -32000
[object Object]
This is probably really the fault of Microsoft's C# extension, but since it's such a widespread extension maybe it could still be worked around on your end. From the looks of it, I think it's trying to suggest a code action, but gets confused by the way this extension reports the test errors somehow - I do notice the red squiggles go from the start of the line, including indents.
The text was updated successfully, but these errors were encountered: