From 5d33868f8c950445a638edb85151c9bdb1f7ea99 Mon Sep 17 00:00:00 2001 From: Sandeep Sen Date: Thu, 24 Jul 2025 22:57:03 -0700 Subject: [PATCH] adding azure MCP and GH Copilot 4 Azure extensions in devcontainer.json --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5600b5e6..8474949b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,9 @@ "ms-azuretools.vscode-bicep", "ms-python.python", "ms-toolsai.jupyter", - "GitHub.vscode-github-actions" + "GitHub.vscode-github-actions", + "ms-azuretools.vscode-azure-mcp-server", + "ms-azuretools.vscode-azure-github-copilot" ] } },