{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "Build Zephyr app", "command": "west build -b esp32c6_devkitc .", "group": "build" } ] }