add build task
This commit is contained in:
parent
9b1314a1e9
commit
a51de212db
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
||||||
//
|
//
|
||||||
// Example:
|
// Example:
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"label": "esphome build",
|
||||||
|
"command": "podman run --rm -it -v .:/config ghcr.io/esphome/esphome compile dewpoint.yaml",
|
||||||
|
"use_new_terminal": false,
|
||||||
|
"allow_concurrent_runs": false,
|
||||||
|
"reveal": "always",
|
||||||
|
"hide": "never",
|
||||||
|
"shell": "system"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "esphome run wifi",
|
"label": "esphome run wifi",
|
||||||
"command": "podman run --rm -it -v .:/config ghcr.io/esphome/esphome run dewpoint.yaml",
|
"command": "podman run --rm -it -v .:/config ghcr.io/esphome/esphome run dewpoint.yaml",
|
||||||
|
|
Loading…
Reference in a new issue