mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
This commit is contained in:
committed by
Matt Bierner
parent
e89b895f41
commit
e329bb6bb0
@@ -541,12 +541,13 @@
|
||||
"problemPatterns": [
|
||||
{
|
||||
"name": "tsc",
|
||||
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(TS\\d+)\\s*:\\s*(.*)$",
|
||||
"regexp": "^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+(TS\\d+)\\s*:\\s*(.*)$",
|
||||
"file": 1,
|
||||
"location": 2,
|
||||
"severity": 3,
|
||||
"code": 4,
|
||||
"message": 5
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
"severity": 4,
|
||||
"code": 5,
|
||||
"message": 6
|
||||
}
|
||||
],
|
||||
"problemMatchers": [
|
||||
|
||||
Reference in New Issue
Block a user