mirror of
https://github.com/esphome/esphome.git
synced 2024-11-05 09:16:46 +01:00
19 lines
448 B
JSON
19 lines
448 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "python",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
||
|
"file": 1,
|
||
|
"line": 2
|
||
|
},
|
||
|
{
|
||
|
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
||
|
"message": 2
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|