diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 70af131..97189f4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,14 +1,17 @@ { "image": "mcr.microsoft.com/devcontainers/javascript-node:20", "features": { - "ghcr.io/devcontainers/features/azure-cli:1": {}, - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/azure/azure-dev/azd:0": {} + "ghcr.io/azure/azure-dev/azd": {}, + "ghcr.io/devcontainers/features/azure-cli": {}, + "ghcr.io/devcontainers/features/docker-in-docker": {} }, "customizations": { "vscode": { "extensions": [ - "dbaeumer.vscode-eslint" + "dbaeumer.vscode-eslint", + "mongodb.mongodb-vscode", + "ms-azuretools.azure-dev", + "ms-azuretools.vscode-cosmosdb" ] } } diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..9cf3de3 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "ms-azuretools.vscode-cosmosdb" + ] +} \ No newline at end of file