Skip to content

Commit d097f8b

Browse files
authored
Fix Gitpod compiling (wled#2875)
* Install Platformio not in Gitpod Image * Install platformio at runtime remove outdated extensions
1 parent 1e104bd commit d097f8b

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.gitpod.Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
FROM gitpod/workspace-full
2-
3-
USER gitpod
42

5-
RUN pip3 install -U platformio
3+
USER gitpod

.gitpod.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
tasks:
2-
- command: platformio run
2+
- command: pip3 install -U platformio && platformio run
33

44
image:
55
file: .gitpod.Dockerfile
66

77
vscode:
88
extensions:
9-
- [email protected]:u3GsZ5PK12Ddr79vh4TWgQ==
10-
- [email protected]:e0IYyp0efFqVsrZwsIe8CA==
11-
- [email protected]:fbZNfSpnd8XkAHGfAPS2rA==
12-
- [email protected]:Tbu8dTz0i+/bgcKQTQ5b8g==
9+
- Atishay-Jain.All-Autocomplete
10+
- esbenp.prettier-vscode
11+
- shardulm94.trailing-spaces

0 commit comments

Comments
 (0)