mirror of https://github.com/aminya/setup-cpp
19 lines
389 B
JSON
19 lines
389 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "msvc",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(?:\\s+\\d+>)?(\\S.*)\\((\\d+),?(\\d+)?(?:,\\d+,\\d+)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3,
|
||
|
"severity": 4,
|
||
|
"code": 5,
|
||
|
"message": 6
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|