From f33e6211f08a4a0458b5ced8ea149c34a75ed70f Mon Sep 17 00:00:00 2001 From: lfgattari Date: Thu, 29 May 2025 14:59:28 -0300 Subject: [PATCH] Update devcontainer.json --- .devcontainer/introduction/devcontainer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.devcontainer/introduction/devcontainer.json b/.devcontainer/introduction/devcontainer.json index 7ac959f..145f543 100644 --- a/.devcontainer/introduction/devcontainer.json +++ b/.devcontainer/introduction/devcontainer.json @@ -1,17 +1,12 @@ { // Name this configuration "name": "Introduction to Copilot", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/dotnet:9.0", - "hostRequirements": { - "cpus": 2 - }, "customizations": { "vscode": { "extensions": [ - "github.copilot", + "GitHub.copilot", "ms-dotnettools.csdevkit" ] } } -} \ No newline at end of file +}