Revert "Fixed matcher regex"

This reverts commit c61e78b585.
This commit is contained in:
Chris Patterson 2019-10-10 14:51:48 -04:00
parent c61e78b585
commit d9c317d9d5

4
.github/csc.json vendored
View File

@ -1,10 +1,10 @@
{
"problemMatcher": [
{
"owner": "msCompile",
"owner": "csc",
"pattern": [
{
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$",
"file": 1,
"location": 2,
"severity": 3,