forked from wled-dev/WLED
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Gitpod compiling (wled-dev#2875)
see upstream wled-dev#2875
- Loading branch information
1 parent
b8a3613
commit 9290f66
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |