Fixed matcher regex

This commit is contained in:
Chris Patterson 2019-10-10 14:48:45 -04:00
parent 6c0e2a2a6b
commit c61e78b585

4
.github/csc.json vendored
View File

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