From 92520051e4fe41c0c24fb76e7e6beec93c410369 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Mon, 16 Feb 2026 16:25:16 +0000 Subject: [PATCH] fix(devcontainer): remove unused VS Code extensions from configuration --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0cab2f7..7cca52a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -38,9 +38,7 @@ "ms-python.vscode-pylance", "ms-vscode-remote.remote-containers", "redhat.vscode-yaml", - "ryanluker.vscode-coverage-gutters", - "Google.geminicodeassist", - "openai.chatgpt" + "ryanluker.vscode-coverage-gutters" ], "settings": { "editor.tabSize": 4,