VSColorOutput icon indicating copy to clipboard operation
VSColorOutput copied to clipboard

Output Messages Colored as Errors When They Are Not Errors

Open phil000 opened this issue 2 years ago • 1 comments

Version 2023.3

I've noticed when building one of our solutions that 2 separete messages are colored as errors in red when they are not errors.

These 2 lines always appear in red...

Restored C:\Projects\OnSend\OnSend.GatewayService.FailedRequestReplayTool\OnSend.GatewayService.FailedRequestReplayTool.csproj (in 269 ms).
1>OnSend.GatewayService.FailedRequestReplayTool -> C:\Projects\OnSend\OnSend.GatewayService.FailedRequestReplayTool\bin\Debug\net7.0\OnSend.GatewayService.FailedRequestReplayTool.dll

phil000 avatar Sep 03 '23 21:09 phil000

It has the word "failed" in. The regex probably needs to be adjusted to match on whole words only. If you figure it out , send me a pull request. I'm on the road and won't be back for a few months.

mike-ward avatar Sep 04 '23 17:09 mike-ward