vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
728 stars 79 forks source link

Color indicator of failing tests in Explorer and Tab Bar #431

Open szn-a opened 1 week ago

szn-a commented 1 week ago

Clear and concise description of the problem

The lack of color indicator of failing tests in Explorer and Tab Bar.

Suggested solution

Would be nice if the extension changed the font color in the file explorer and tab bar to red when a test is failing. Jest extension has this feature and I really miss it. You wouldn't have to switch between tabs to see that something is wrong.

Alternative

No response

Additional context

No response

Validations