mirror of https://github.com/ArduPilot/ardupilot
18 lines
513 B
JSON
18 lines
513 B
JSON
{
|
|
"__comment": "Taken from vscode-cpptools's Extension/package.json gcc rule",
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "gcc-problem-matcher",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |