feat: Add SSH support to Codespaces configuration

This commit is contained in:
Maxime Beauchemin
2025-07-28 15:29:34 -07:00
parent 8de420ec8e
commit 26e5e637f9

View File

@@ -82,6 +82,9 @@
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "18"
},
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},