File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 66 "image" : " mcr.microsoft.com/devcontainers/base:jammy" ,
77 "features" : {
88 "ghcr.io/devcontainers/features/node:1" : {},
9+ "ghcr.io/devcontainers/features/aws-cli:1" : {},
910 "ghcr.io/jungaretti/features/make:1" : {},
10- "ghcr.io/audacioustux/devcontainers/aws- sam-cli:1" : {}
11+ "ghcr.io/customink/codespaces-features/ sam-cli:1" : {}
1112 },
1213
1314 // Features to add to the dev container. More info: https://containers.dev/features.
1415 // "features": {},
1516
1617 // Use 'forwardPorts' to make a list of ports inside the container available locally.
17- "forwardPorts" : [8080 , 5173 ]
18+ "forwardPorts" : [
19+ 8080 ,
20+ 5173
21+ ],
22+ "customizations" : {
23+ "vscode" : {
24+ "extensions" : [
25+ " EditorConfig.EditorConfig" ,
26+ " waderyan.gitblame" ,
27+ " Gruntfuggly.todo-tree"
28+ ]
29+ }
30+ }
1831
1932 // Use 'postCreateCommand' to run commands after the container is created.
2033 // "postCreateCommand": "uname -a",
You can’t perform that action at this time.
0 commit comments