mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00

* Install Platformio not in Gitpod Image * Install platformio at runtime remove outdated extensions
12 lines
221 B
YAML
12 lines
221 B
YAML
tasks:
|
|
- command: pip3 install -U platformio && platformio run
|
|
|
|
image:
|
|
file: .gitpod.Dockerfile
|
|
|
|
vscode:
|
|
extensions:
|
|
- Atishay-Jain.All-Autocomplete
|
|
- esbenp.prettier-vscode
|
|
- shardulm94.trailing-spaces
|