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