Skip to content

Commit

Permalink
add vscode-yaml extension in aws sam cli
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux authored Jan 9, 2024
1 parent c4cc025 commit 6a811d0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/aws-sam-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"name": "AWS SAM CLI",
"id": "aws-sam-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "SAM CLI with ARM64 support",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
],
"customizations": {
"vscode": {
"extensions": [
"redhat.vscode-yaml"
]
}
}
}

0 comments on commit 6a811d0

Please sign in to comment.