mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "clang",
|
|
"fromPath": "src/out/Default/args.gn",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+)[(:](\\d+)[:,](\\d+)\\)?:\\s+(warning|error):\\s+(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|