From 3760bfd754c49b151e01ebf50b0aac71ba00c82e Mon Sep 17 00:00:00 2001 From: S Smith Date: Thu, 30 Jul 2026 22:12:08 +0000 Subject: [PATCH] Remove the entire customization surrounding the extension? --- src/aws-cli/devcontainer-feature.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/aws-cli/devcontainer-feature.json b/src/aws-cli/devcontainer-feature.json index 4a628e2..728ea77 100644 --- a/src/aws-cli/devcontainer-feature.json +++ b/src/aws-cli/devcontainer-feature.json @@ -19,20 +19,7 @@ "description": "Suppress verbose output." } }, - "customizations": { - "vscode": { - "extensions": [ - // "AmazonWebServices.aws-toolkit-vscode" - ], - "settings": { - "github.copilot.chat.codeGeneration.instructions": [ - { - "text": "This dev container includes the AWS CLI along with needed dependencies pre-installed and available on the `PATH`, along with the AWS Toolkit extensions for AWS development." - } - ] - } - } - }, + "customizations": {}, "installsAfter": [ "ghcr.io/devcontainers/features/common-utils" ]