From 9502992388998eb7cf86c7fab5661a7ec7165353 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:57:11 +0100 Subject: [PATCH] Gitpod refactoring (#20664) --- .gitpod.Dockerfile | 4 ++-- .gitpod.yml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index f16b02389..9e0648c64 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,3 +1,3 @@ -FROM gitpod/workspace-full - +FROM gitpod/workspace-python-3.11 + USER gitpod diff --git a/.gitpod.yml b/.gitpod.yml index 0425a416b..e85868905 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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