From 48e1709452dfefdf624595312542eeae6bbf4518 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Thu, 14 Sep 2023 11:52:52 +0100 Subject: [PATCH] Update devcontainer.json Corrected Copilot Chat reference. Removed Copilot Labs extension. --- .devcontainer/devcontainer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 358899686df1..bc4ea7ea15b7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -31,9 +31,8 @@ "bierner.markdown-preview-github-styles", "streetsidesoftware.code-spell-checker", "alistairchristie.open-reusables", - "github.copilot", - "github.copilotChat", - "github.copilotLabs" + "GitHub.copilot", + "GitHub.copilot-chat" ] } },