Gitpod refactoring (#20664)

This commit is contained in:
Jason2866 2024-02-04 22:57:11 +01:00 committed by GitHub
parent 08ac7541aa
commit 9502992388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

4
.gitpod.Dockerfile vendored
View File

@ -1,3 +1,3 @@
FROM gitpod/workspace-full
FROM gitpod/workspace-python-3.11
USER gitpod

View File

@ -1,11 +1,9 @@
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:
file: .gitpod.Dockerfile
vscode:
extensions:
- Atishay-Jain.All-Autocomplete
- esbenp.prettier-vscode
- shardulm94.trailing-spaces