Tasmota/.gitpod.yml

10 lines
204 B
YAML

tasks:
- command: pip install -U platformio && pip install --upgrade pip && platformio run -t clean -e tasmota
image:
file: .gitpod.Dockerfile
vscode:
extensions:
- shardulm94.trailing-spaces