add build task

This commit is contained in:
Malte 2025-01-03 12:43:14 +01:00
parent 9b1314a1e9
commit a51de212db

View file

@ -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",