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