diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 19e2756..3f0883c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,8 +8,9 @@ "customizations": { "vscode": { "extensions": [ + "ms-azuretools.azure-dev", "ms-python.python" ] } } -} \ No newline at end of file +}