We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e2e9c commit ba0d6b1Copy full SHA for ba0d6b1
.devcontainer/devcontainer.json
@@ -6,9 +6,10 @@
6
"image": "mcr.microsoft.com/devcontainers/base:jammy",
7
"features": {
8
"ghcr.io/devcontainers/features/node:1": {},
9
- "ghcr.io/devcontainers/features/aws-cli:1": {},
+ "ghcr.io/devcontainers/features/aws-cli:1": {},
10
"ghcr.io/jungaretti/features/make:1": {},
11
- "ghcr.io/customink/codespaces-features/sam-cli:1": {}
+ "ghcr.io/customink/codespaces-features/sam-cli:1": {},
12
+ "ghcr.io/devcontainers/features/python:1": {}
13
},
14
15
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments