Skip to content

Commit 9f5c5f0

Browse files
authored
Enable SSH in Codespaces config
1 parent 36060d0 commit 9f5c5f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"features": {
4747
"git": "os-provided",
4848
"github-cli": "latest",
49-
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {}
49+
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
50+
"ghcr.io/devcontainers/features/sshd:1": {
51+
"version": "latest"
52+
}
5053
}
5154
}

0 commit comments

Comments
 (0)