diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..0425a41 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +tasks: + - command: pip3 install -U platformio && platformio run -e tasmota + +image: + file: .gitpod.Dockerfile + +vscode: + extensions: + - Atishay-Jain.All-Autocomplete + - esbenp.prettier-vscode + - shardulm94.trailing-spaces