From 9613832944930d7955f729e5baeb9aa2de936ccc Mon Sep 17 00:00:00 2001 From: IP Date: Thu, 20 Feb 2025 17:58:31 +0500 Subject: [PATCH] Update devcontainer.json --- .devcontainer/introduction/devcontainer.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.devcontainer/introduction/devcontainer.json b/.devcontainer/introduction/devcontainer.json index 44097a0..145f543 100644 --- a/.devcontainer/introduction/devcontainer.json +++ b/.devcontainer/introduction/devcontainer.json @@ -1,4 +1,12 @@ { // Name this configuration - "name": "Introduction to Copilot" -} \ No newline at end of file + "name": "Introduction to Copilot", + "customizations": { + "vscode": { + "extensions": [ + "GitHub.copilot", + "ms-dotnettools.csdevkit" + ] + } + } +}