From c03f632ea02535b96810faf67016e08f3dfd5249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Tue, 3 Oct 2023 23:01:12 +0000 Subject: [PATCH] Add useful VScode Extensions to devcontainer.json --- .devcontainer/devcontainer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 64ef72f..6fff7f6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -25,7 +25,12 @@ "vscode": { "extensions": [ "ms-python.python", - "batisteo.vscode-django" + "batisteo.vscode-django", + "ms-python.flake8", + "ms-python.isort", + "ms-python.vscode-pylance", + "redhat.vscode-yaml", + "ms-azuretools.vscode-docker" ] } },