mike-ward / VSColorOutput

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

Trailing Plus Sign Flagged As Error Fix and Code Analysis Warnings As Error Fix #82

Closed frizzr closed 5 years ago

frizzr commented 5 years ago

This is similar to #75 but we have /warnaserror+ turned on for our builds, and the current code flags the entire compile command as an error.

I also escaped the current code's minus sign to not be interpreted as a range so I could add the plus sign. I escaped the plus sign as well mainly for code readability.

Finally, when running code analysis (see here for examples) warnings can start with the CA prefix. I added that to the same regex.