diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2f36b76..67fc28f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -34,24 +34,6 @@ } } } - }, - "vscode": { - "extensions": [ - "github.codespaces", - "github.copilot", - "github.copilot-chat", - "github.vscode-github-actions", - "bat67.markdown-extension-pack", - "bracketpaircolordlw.bracket-pair-color-dlw", - "eamodio.gitlens", - "golang.go", - "ms-vscode.makefile-tools", - "onsi.vscode-ginkgo", - "redhat.vscode-yaml", - "streetsidesoftware.code-spell-checker", - "visualstudioexptteam.vscodeintellicode", - "wayou.vscode-todo-highlight", - ] } }, "postCreateCommand": "bash .devcontainer/setup-dev-container.sh"