mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +01:00
19 lines
338 B
JSON
19 lines
338 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "gcc",
|
||
|
"severity": "error",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3,
|
||
|
"severity": 4,
|
||
|
"message": 5
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|