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
4
.gitpod.Dockerfile
vendored
4
.gitpod.Dockerfile
vendored
@ -1,5 +1,3 @@
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
USER gitpod
|
||||
|
||||
RUN pip3 install -U platformio
|
||||
USER gitpod
|
||||
|
@ -1,12 +1,11 @@
|
||||
tasks:
|
||||
- command: platformio run
|
||||
- command: pip3 install -U platformio && platformio run
|
||||
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- ms-vscode.cpptools@0.26.3:u3GsZ5PK12Ddr79vh4TWgQ==
|
||||
- eamodio.gitlens@10.2.1:e0IYyp0efFqVsrZwsIe8CA==
|
||||
- Atishay-Jain.All-Autocomplete@0.0.23:fbZNfSpnd8XkAHGfAPS2rA==
|
||||
- 2gua.rainbow-brackets@0.0.6:Tbu8dTz0i+/bgcKQTQ5b8g==
|
||||
- Atishay-Jain.All-Autocomplete
|
||||
- esbenp.prettier-vscode
|
||||
- shardulm94.trailing-spaces
|
||||
|
Loading…
Reference in New Issue
Block a user