Skip to content

Commit c7026a4

Browse files
committed
Adopt official pattern from VS Code
1 parent 1d2297f commit c7026a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/tsc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "tsc",
55
"pattern": [
66
{
7-
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+)(?:,(\\d+)(?:,\\d+(?:,\\d+)?)?)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
7+
"regexp": "^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+TS(\\d+)\\s*:\\s*(.*)$",
88
"file": 1,
99
"line": 2,
1010
"column": 3,

0 commit comments

Comments
 (0)