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