Adds the SSH feature to allow the GitHub CLI SSH command to work

This commit is contained in:
Warren Buckley
2022-11-14 10:01:34 +00:00
parent efa069f1ed
commit bd4553d8a4

View File

@@ -18,6 +18,12 @@
// https://github.com/devcontainers/templates/issues/38#issuecomment-1310803259
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "7"
},
// Adds SSH support to the container
// Allowing the Github CLI `gh codespace ssh` to work
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},