When compiling a C++ project , MSVC generates:
"Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details"
This message is painted in red
Since it's internal to MSVC, I suggest to add a very simple top priority Regex for build text:
Structured output is enabled\. The formatting of compiler diagnostics will reflect the error hierarchy
When compiling a C++ project , MSVC generates:
"Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details"
This message is painted in red
Since it's internal to MSVC, I suggest to add a very simple top priority Regex for build text:
Structured output is enabled\. The formatting of compiler diagnostics will reflect the error hierarchy