Tasmota/.gitpod.yml

12 lines
232 B
YAML
Raw Normal View History

2020-09-30 09:32:06 +01:00
tasks:
2022-06-19 12:40:29 +01:00
- command: pip3 install -U platformio && platformio run -e tasmota
2020-09-28 15:29:54 +01:00
image:
file: .gitpod.Dockerfile
vscode:
extensions:
2021-07-07 13:50:23 +01:00
- Atishay-Jain.All-Autocomplete
- esbenp.prettier-vscode
- shardulm94.trailing-spaces