From 7bc83ed3e28be8529f75f0110e58aed1121ec086 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sun, 16 Nov 2025 18:15:00 +0000 Subject: [PATCH] chore(dev): remove IntelliCode extension from devcontainer configuration --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c632452..9a8461a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,7 +28,6 @@ "ms-vscode-remote.remote-containers", "redhat.vscode-yaml", "ryanluker.vscode-coverage-gutters", - "visualstudioexptteam.vscodeintellicode" ], "settings": { "editor.tabSize": 4,