How to configure the tasks.json problemMatcher property? #189
Unanswered
stijnherreman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying out the Microsoft.Build.Sql SDK for some existing databases, using the SQL Database Projects extension in VS Code. The build output gives me over 1000 warnings, so I tried configuring tasks.json with a problem matcher to get a better overview of the problems.
Unfortunately
$msCompile
doesn't pick up these warnings. Is there a problem matcher I can refer to, or a regular expression I can copy-paste?Beta Was this translation helpful? Give feedback.
All reactions