From 66e2b0f515c876b086399a99e8a5426409df7e59 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Wed, 29 Jan 2025 21:04:04 -0500 Subject: [PATCH] Update devcontainer.json Signed-off-by: Sidney Andrews --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 35ed805..f43a561 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,11 +8,10 @@ "customizations": { "vscode": { "extensions": [ - "bierner.markdown-mermaid", "ms-azuretools.azure-dev", "ms-azuretools.vscode-cosmosdb", "ms-python.python" ] } } -} \ No newline at end of file +}