'Is there a way to change single directory font size or color in VS Code

I have a directory full of test results, while I can get the failing tests from terminal, it is laborious to find the tests from VS Code Explorer. The process is to find the failing log manually after reading its name from terminal. It would be much easier if VS Code can highlight those tests that are failing. I would like to know if there is a way to change folder font size or color based on test results for example. This is somehow similar to how the font changes to red when there are some compilation errors in C code. Demonstration of how this could look



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source