19 lines
509 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|