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" ] } }