You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VSCode problem matcher (seen here) doesn't understand the new formatting from the TerminalLogger. We should contribute a fix for this regex to understand the new sigils from the TerminalLogger.
Background and Motivation
Parity and not breaking existing VSCode tasks that use the $msCompile matcher.
Proposed Feature
We should update the regex that VSCode ships with the regex from this simple task test harness (the regexp specifically):
I would like to also consider dropping the sigil and matching the existing regexen. I like the visibility of the sigil but I wonder if we can get that in a less intrusive way.
We are going to revert the emoji for p6 and instead colorize only the diagnostic prefix (ie 'Warning' or 'Error') and the diagnostic code. The message text should remain the current terminal foreground color.
Summary
The VSCode problem matcher (seen here) doesn't understand the new formatting from the TerminalLogger. We should contribute a fix for this regex to understand the new sigils from the TerminalLogger.
Background and Motivation
Parity and not breaking existing VSCode tasks that use the
$msCompile
matcher.Proposed Feature
We should update the regex that VSCode ships with the regex from this simple task test harness (the
regexp
specifically):Alternative Designs
The text was updated successfully, but these errors were encountered: