From 11c65b8393646b9ed97aeaef1f39ff4bebadafaa Mon Sep 17 00:00:00 2001 From: Colin Sepkovic Date: Sat, 4 Oct 2025 16:40:56 -0700 Subject: [PATCH] Update devcontainer.json to disable CoPilot --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 75750cd..d3f7d7f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -49,7 +49,9 @@ "ms-toolsai.jupyter" ], "settings": { - + "chat.disableAIFeatures": true, + "github.copilot.enable": false, + "extensions.ignoreRecommendations": true } } }