Skip to content

Commit 9aac3e3

Browse files
committed
Fixing devcontainer [skip ci]
1 parent 692acd0 commit 9aac3e3

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2-
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
31
{
42
"name": "Node.js & TypeScript",
5-
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
63
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
74
"features": {
85
"ghcr.io/devcontainers/features/powershell:1": {}
@@ -17,22 +14,9 @@
1714
"dbaeumer.vscode-eslint",
1815
"christian-kohler.npm-intellisense",
1916
"christian-kohler.path-intellisense",
20-
"eamodio.gitlens",
17+
"eamodio.gitlens"
18+
]
2119
}
22-
}
23-
24-
// Features to add to the dev container. More info: https://containers.dev/features.
25-
// "features": {},
26-
27-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
28-
// "forwardPorts": [],
29-
30-
// Use 'postCreateCommand' to run commands after the container is created.
31-
// "postCreateCommand": "yarn install",
32-
33-
// Configure tool-specific properties.
34-
// "customizations": {},
35-
36-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
37-
// "remoteUser": "root"
38-
}
20+
},
21+
"postCreateCommand": "npm install"
22+
}

0 commit comments

Comments
 (0)