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" ] } },