Skip to content

Commit

Permalink
Fix Gitpod compiling (Aircoookie#2875)
Browse files Browse the repository at this point in the history
* Install Platformio not in Gitpod Image

* Install platformio at runtime

remove outdated extensions
  • Loading branch information
Jason2866 authored Nov 9, 2022
1 parent 1e104bd commit d097f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM gitpod/workspace-full

USER gitpod

RUN pip3 install -U platformio
USER gitpod
9 changes: 4 additions & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
tasks:
- command: platformio run
- command: pip3 install -U platformio && platformio run

image:
file: .gitpod.Dockerfile

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

0 comments on commit d097f8b

Please sign in to comment.