mike-ward / VSColorOutput

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

Feature Request: Configure colour of errors based on the content of the error #146

Closed SirElTomato closed 1 year ago

SirElTomato commented 1 year ago

It would be great if you could configure a different colour for different types of error message.

e.g. I am using Maui and the error window is usually full of errors about the auto generated files and it shrouds the actual issue. If I could make the colour different for errors in files *.g.cs that would be cool!

mike-ward commented 1 year ago

If I'm understanding your question correctly, you can easily do this yourself by adding new regex patterns in the settings dialog.

SirElTomato commented 1 year ago

Thanks for the quick reply! You're right, I've got it working just as I envisioned!