Gitpod optimize

This commit is contained in:
Jason2866 2020-09-28 16:29:54 +02:00
parent cbc073c78e
commit 68899ecf15
3 changed files with 2829 additions and 1 deletions

10
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,10 @@
FROM gitpod/workspace-full
USER gitpod
# Install custom tools, runtime, etc. using apt-get
# For example, the command below would install "bastet" - a command line tetris clone:
#
# RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib/apt/lists/*
#
# More information: https://www.gitpod.io/docs/config-docker/

View File

@ -1,3 +1,14 @@
tasks:
- before: pip3 install -U platformio
- before: pip3 install -U platformio && brew install uncrustify
command: platformio run -e tasmota
image:
file: .gitpod.Dockerfile
vscode:
extensions:
- ms-vscode.cpptools@0.26.3:u3GsZ5PK12Ddr79vh4TWgQ==
- eamodio.gitlens@10.2.1:e0IYyp0efFqVsrZwsIe8CA==
- LaurentTreguier.uncrustify@2.18.0:/k8Osjj/XSuz09F+pEu7wg==
- Atishay-Jain.All-Autocomplete@0.0.23:fbZNfSpnd8XkAHGfAPS2rA==
- 2gua.rainbow-brackets@0.0.6:Tbu8dTz0i+/bgcKQTQ5b8g==

2807
uncrustify.cfg Normal file

File diff suppressed because it is too large Load Diff