diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile deleted file mode 100644 index 3faa30ba1..000000000 --- a/.gitpod.Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM gitpod/workspace-python-3.13 - -RUN python -m pip install --break-system-packages uv - -USER gitpod diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index e85868905..000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,9 +0,0 @@ -tasks: - - command: pip install -U platformio && pip install --upgrade pip && platformio run -t clean -e tasmota - -image: - file: .gitpod.Dockerfile - -vscode: - extensions: - - shardulm94.trailing-spaces diff --git a/README.md b/README.md index f61e8a2c6..a16f40f90 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ _Written for PlatformIO._ [![GitHub download](https://img.shields.io/github/downloads/arendst/Tasmota/total.svg)](https://github.com/arendst/Tasmota/releases/latest) [![License](https://img.shields.io/github/license/arendst/Tasmota.svg)](LICENSE.txt) [![Discord](https://img.shields.io/discord/479389167382691863.svg?logo=discord&logoColor=white&color=5865F2&label=Discord)](https://discord.gg/Ks2Kzd4) -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/arendst/Tasmota)