1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

proto generation updates (#4653)

This commit is contained in:
Jesse Hills
2023-06-12 17:00:34 +12:00
committed by GitHub
parent 0a407c5425
commit f7c0ec6595
3 changed files with 37 additions and 0 deletions

18
.vscode/tasks.json vendored
View File

@@ -36,6 +36,24 @@
]
}
]
},
{
"label": "Generate proto files",
"type": "shell",
"command": "${command:python.interpreterPath}",
"args": [
"./script/api_protobuf/api_protobuf.py"
],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "never",
"close": true,
"panel": "new"
},
"problemMatcher": []
}
]
}