Fix Gitpod compiling (#2875)
* Install Platformio not in Gitpod Image * Install platformio at runtime remove outdated extensions
This commit is contained in:
parent
1e104bdd9e
commit
d097f8bf1e
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
@ -1,5 +1,3 @@
|
|||||||
FROM gitpod/workspace-full
|
FROM gitpod/workspace-full
|
||||||
|
|
||||||
USER gitpod
|
USER gitpod
|
||||||
|
|
||||||
RUN pip3 install -U platformio
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- command: platformio run
|
- command: pip3 install -U platformio && platformio run
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
- ms-vscode.cpptools@0.26.3:u3GsZ5PK12Ddr79vh4TWgQ==
|
- Atishay-Jain.All-Autocomplete
|
||||||
- eamodio.gitlens@10.2.1:e0IYyp0efFqVsrZwsIe8CA==
|
- esbenp.prettier-vscode
|
||||||
- Atishay-Jain.All-Autocomplete@0.0.23:fbZNfSpnd8XkAHGfAPS2rA==
|
- shardulm94.trailing-spaces
|
||||||
- 2gua.rainbow-brackets@0.0.6:Tbu8dTz0i+/bgcKQTQ5b8g==
|
|
||||||
|
Loading…
Reference in New Issue
Block a user