mike-ward / VSColorOutput

Color highlighting to Visual Studio's Build and Debug Output Windows
MIT License
430 stars 93 forks source link

Always green build results summary coloring #110

Open bramborman opened 4 years ago

bramborman commented 4 years ago

I noticed that the build results summary is always green, no matter the result - even when build fails, it's still green. There should be some smart parsing of the count of build failures to color it red if something fails.

repro2