From c47ecdab18b2b2d713a2c60d18690e57c9e79f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Sun, 3 Sep 2023 15:57:00 +0000 Subject: [PATCH] vscode extensions --- api/.devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/.devcontainer/devcontainer.json b/api/.devcontainer/devcontainer.json index 0ae6217..d62dcd9 100644 --- a/api/.devcontainer/devcontainer.json +++ b/api/.devcontainer/devcontainer.json @@ -35,11 +35,12 @@ }, // Add the IDs of extensions you want installed when the container is created. "extensions": [ + "be5invis.toml", + "mhutchie.git-graph", "ms-python.python", "ms-python.flake8", "ms-python.isort", - "ms-python.vscode-pylance", - "be5invis.toml" + "ms-python.vscode-pylance" ] } },