Skip to content

Commit 97ed349

Browse files
committed
update container definition
1 parent 8db6e2e commit 97ed349

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,28 @@
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",

0 commit comments

Comments
 (0)