Skip to content

Commit

Permalink
Adopt official pattern from VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Nov 16, 2020
1 parent 1d2297f commit c7026a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tsc.json
Expand Up @@ -4,7 +4,7 @@
"owner": "tsc",
"pattern": [
{
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+)(?:,(\\d+)(?:,\\d+(?:,\\d+)?)?)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
"regexp": "^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+TS(\\d+)\\s*:\\s*(.*)$",
"file": 1,
"line": 2,
"column": 3,
Expand Down

0 comments on commit c7026a4

Please sign in to comment.