Skip to content

Commit 9290f66

Browse files
committed
Fix Gitpod compiling (wled#2875)
see upstream wled#2875
1 parent b8a3613 commit 9290f66

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)