aioesphomeapi/.vscode/tasks.json

21 lines
365 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Generate proto files",
"type": "shell",
"command": "script/gen-protoc",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "never",
"close": true,
"panel": "new"
},
"problemMatcher": []
}
]
}