From c840a1a72927fbf897aac0e35a06e86cdcce462c Mon Sep 17 00:00:00 2001 From: Brylie Christopher Oxley Date: Fri, 20 Sep 2024 14:12:39 +0000 Subject: [PATCH] Add Django extensions --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 806f5217..f27a5a17 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,9 @@ "ms-python.python", "ms-python.vscode-pylance", "ms-python.debugpy", - "charliermarsh.ruff" + "charliermarsh.ruff", + "batisteo.vscode-django", + "shamanu4.django-intellisense" ], "settings": { "python.linting.enabled": true,