From c5388b2defdd0e74787c6977aff4d2cac30df2c6 Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Wed, 13 Nov 2024 12:37:55 +0000 Subject: [PATCH] devcontainer.json update fixup to head --- .devcontainer/devcontainer.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2f36b76d..67fc28f2 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"