hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
214 stars 55 forks source link

Icon of test suite is not updated when pinned in explorer header #255

Open kitt159 opened 1 month ago

kitt159 commented 1 month ago

When there is a large number of tests in explorer, the test suite is pinned in the explorer header. Now when I fix the originally failing tests, the icon of the test suite doesn't update until I go up in the view.

On these images all test are passing. image image

Now I will break a test but icon of test suite is still green. image