aboutsummaryrefslogtreecommitdiff
path: root/src/aws-cli
diff options
context:
space:
mode:
Diffstat (limited to 'src/aws-cli')
-rw-r--r--src/aws-cli/devcontainer-feature.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/aws-cli/devcontainer-feature.json b/src/aws-cli/devcontainer-feature.json
index 2f4e052..dbefd53 100644
--- a/src/aws-cli/devcontainer-feature.json
+++ b/src/aws-cli/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "aws-cli",
- "version": "1.0.0",
+ "version": "1.0.1",
"name": "AWS CLI",
"description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
"options": {
@@ -13,7 +13,11 @@
"description": "Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst)"
}
},
- "extensions": [
- "AmazonWebServices.aws-toolkit-vscode"
- ]
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "AmazonWebServices.aws-toolkit-vscode"
+ ]
+ }
+ }
}