mirror of https://github.com/arendst/Tasmota.git
Gitpod refactoring (#20664)
This commit is contained in:
parent
08ac7541aa
commit
9502992388
|
@ -1,3 +1,3 @@
|
||||||
FROM gitpod/workspace-full
|
FROM gitpod/workspace-python-3.11
|
||||||
|
|
||||||
USER gitpod
|
USER gitpod
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
tasks:
|
tasks:
|
||||||
- command: pip3 install -U platformio && platformio run -e tasmota
|
- command: pip install -U platformio && pip install --upgrade pip && platformio run -t clean -e tasmota
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
- Atishay-Jain.All-Autocomplete
|
|
||||||
- esbenp.prettier-vscode
|
|
||||||
- shardulm94.trailing-spaces
|
- shardulm94.trailing-spaces
|
||||||
|
|
Loading…
Reference in New Issue