From 5bc721c732977f96f7bc33472d852df87982ddad Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Wed, 29 Jan 2025 20:54:18 -0500 Subject: [PATCH 1/2] Update devcontainer --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 757a0a8..35ed805 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,6 +8,9 @@ "customizations": { "vscode": { "extensions": [ + "bierner.markdown-mermaid", + "ms-azuretools.azure-dev", + "ms-azuretools.vscode-cosmosdb", "ms-python.python" ] } From c9122993e00602c52622d38be8ac1e080e4dc45e Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Wed, 29 Jan 2025 20:57:44 -0500 Subject: [PATCH 2/2] Add recommendation --- .vscode/extensions.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/extensions.json 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