From b613d0314687b965a0892e29b968be2ad7f5e617 Mon Sep 17 00:00:00 2001 From: Tigerblue77 <37409593+tigerblue77@users.noreply.github.com> Date: Thu, 6 Nov 2025 22:02:44 +0000 Subject: [PATCH] Added GitHub copilot coding assistant --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9348107..bbac50a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,8 @@ "vscode": { "extensions": [ "mhutchie.git-graph", - "ms-azuretools.vscode-docker" + "ms-azuretools.vscode-docker", + "GitHub.copilot" ] } }