esphome-docs/.vscode/tasks.json
2023-04-16 16:37:44 +12:00

12 lines
175 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Live HTML build",
"type": "shell",
"command": "make live-html",
"problemMatcher": []
},
]
}