2020-12-13 20:24:26 +01:00
|
|
|
{
|
2021-06-22 16:37:05 +02:00
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"label": "run",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "python3 -m esphome dashboard config/",
|
|
|
|
"problemMatcher": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "clang-tidy",
|
|
|
|
"type": "shell",
|
2021-08-09 22:43:18 +02:00
|
|
|
"command": "./script/clang-tidy",
|
2021-06-22 16:37:05 +02:00
|
|
|
"problemMatcher": [
|
2020-12-13 20:24:26 +01:00
|
|
|
{
|
2021-06-22 16:37:05 +02:00
|
|
|
"owner": "clang-tidy",
|
|
|
|
"fileLocation": "absolute",
|
|
|
|
"pattern": [
|
|
|
|
{
|
|
|
|
"regexp": "^(.*):(\\d+):(\\d+):\\s+(error):\\s+(.*) \\[([a-z0-9,\\-]+)\\]\\s*$",
|
|
|
|
"file": 1,
|
|
|
|
"line": 2,
|
|
|
|
"column": 3,
|
|
|
|
"severity": 4,
|
|
|
|
"message": 5
|
|
|
|
}
|
|
|
|
]
|
2020-12-13 20:24:26 +01:00
|
|
|
}
|
2021-06-22 16:37:05 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2020-12-13 20:24:26 +01:00
|
|
|
}
|