We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f675619 commit 07dbc35Copy full SHA for 07dbc35
.devcontainer/devcontainer.json
@@ -1,5 +1,10 @@
1
{
2
"name": "Node.js & TypeScript",
3
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
4
- "postCreateCommand": "npm install"
+ "postCreateCommand": "npm install",
5
+ "features": {
6
+ "ghcr.io/devcontainers/features/sshd:1": {
7
+ "version": "latest"
8
+ }
9
10
}
0 commit comments