From ff204d67b984c29c927680c148a9a823dcd55806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Thu, 19 Oct 2023 21:59:10 -0700 Subject: [PATCH] Add GitHub extensions to dev container --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 56e0e79c..9a8e6113 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,10 @@ "extensions": [ "ms-azuretools.vscode-docker", "golang.go", - "rangav.vscode-thunder-client" + "rangav.vscode-thunder-client", + "GitHub.codespaces", + "GitHub.copilot", + "GitHub.copilot-chat" ] } }