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
This issue is impacting the Test Explorer in the C# Dev Kit Extension. Missing these events causes some tests to be skipped or not recognized properly, leading to a frustrating user experience. We already have a GitHub issue reported here: microsoft/vscode-dotnettools#996
It would be amazing if this could be looked into, as fixing it would really help improve the reliability of the Test Explorer.
Originally reported as microsoft/vscode#220039
when we do a huge number of file changes then Watcher.subscribe might not always produce all events
and thus we miss relevant file changes
a reproducer can be found at https://github.com/cdietrich/parcel-watcher-bug
The text was updated successfully, but these errors were encountered: