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
Eliminate Pester duplicate failures in Problems view.
When tasks is set to 2.0.0, the tasks run in the terminal and in this case, Pester outputs a bunch of progress text to the terminal. This results in duplicate failures being found by the problem matcher.
Work around this problem for now by eliminating the Pester progress output. For more details see - microsoft/vscode#22065 (comment)
0 commit comments