Skip to content

Commit d9c317d

Browse files
committed
Revert "Fixed matcher regex"
This reverts commit c61e78b.
1 parent c61e78b commit d9c317d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/csc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"problemMatcher": [
33
{
4-
"owner": "msCompile",
4+
"owner": "csc",
55
"pattern": [
66
{
7-
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
7+
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$",
88
"file": 1,
99
"location": 2,
1010
"severity": 3,

0 commit comments

Comments
 (0)