From 041a529cf9183459e3204d9e49531c6fd7ab495c Mon Sep 17 00:00:00 2001 From: Gergely Meszaros Date: Tue, 7 Nov 2023 09:18:25 +0000 Subject: [PATCH] chore(devcontainer): Replace deprecated vscode extension --- .devcontainer/devcontainer.json | 4 ++-- .gitpod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 35ff7eb..32dbb73 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,9 +6,9 @@ "customizations": { "vscode": { "extensions": [ - "bungcip.better-toml", "ms-python.black-formatter", - "ms-python.python" + "ms-python.python", + "tamasfe.even-better-toml" ] } } diff --git a/.gitpod.yml b/.gitpod.yml index 325485f..ed35ad9 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -7,6 +7,6 @@ tasks: vscode: extensions: - - bungcip.better-toml - - ms-python.python - ms-python.black-formatter + - ms-python.python + - tamasfe.even-better-toml