2019-12-16 11:39:02 -05:00

19 lines
509 B
JSON

{
"problemMatcher": [
{
"owner": "csc",
"pattern": [
{
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
"file": 1,
"location": 2,
"severity": 3,
"code": 4,
"message": 5,
"fromPath": 6
}
]
}
]
}