mike-ward / VSColorOutput

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

VS 2022 color issue #139

Closed juaxix closed 2 years ago

juaxix commented 2 years ago

Looks like everything is of the default color when using it in the latest VS2022 (Version 17.2.0 Preview 1.0) image

jeeshenlee commented 2 years ago

Not sure if I'm right, I notice there are no default values for the Classifier Pattern (Regex)

PiterGoCompany commented 2 years ago

As @mike-ward mentioned on Visual Studio Marketplace, try to remove settings file at %AppData%/VSColorOutput/vscoloroutput.json or settings file at %AppData%/VSColorOutput64/vscoloroutput.json.

mike-ward commented 2 years ago

I agree. It looks like the settings file got nuked.

Also, VSColorOutput64 repo is a better place to report VS2022 issues.

juaxix commented 2 years ago

That worked :) image

lu230601 commented 7 months ago

Awesome, thanks, finally solved my problem