Skip to content

Commit d7ac8a3

Browse files
authoredNov 22, 2024
Add ssh support in codespace (#114)
1 parent f675619 commit d7ac8a3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.devcontainer/devcontainer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "Node.js & TypeScript",
33
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
4-
"postCreateCommand": "npm install"
4+
"postCreateCommand": "npm install",
5+
"features": {
6+
"ghcr.io/devcontainers/features/sshd:1": {
7+
"version": "latest"
8+
}
9+
}
510
}

0 commit comments

Comments
 (0)
Failed to load comments.