diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2c3babd..1e81b28 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,11 +15,11 @@ "customizations": { "vscode": { "extensions": [ - "ms-azuretools.azure-dev", - "ms-azuretools.vscode-bicep", - "ms-python.python", - "GitHub.vscode-github-actions" - ] + "ms-azuretools.azure-dev", + "ms-azuretools.vscode-bicep", + "ms-python.python", + "GitHub.vscode-github-actions" + ] } }, "postCreateCommand": "python3 -m pip install -r requirements-dev.txt",