Skip to content

Commit 57d564b

Browse files
authored
chore: update devcontainer using default image (#4528)
1 parent 4c67cf3 commit 57d564b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.devcontainer/devcontainer.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
3-
"features": {
4-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
2+
"customizations": {
3+
"vscode": {
4+
"extensions": [
5+
"esbenp.prettier-vscode",
6+
"dbaeumer.vscode-eslint",
7+
"github.copilot",
8+
"eamodio.gitlens",
9+
"mikestead.dotenv",
10+
"dbaeumer.vscode-eslint",
11+
"stylelint.vscode-stylelint",
12+
"clinyong.vscode-css-modules",
13+
"vunguyentuan.vscode-css-variables",
14+
"frigus02.vscode-sql-tagged-template-literals-syntax-only"
15+
]
16+
}
517
},
618
"postStartCommand": "docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=p0stgr3s postgres:14-alpine",
719
"containerEnv": {

0 commit comments

Comments
 (0)