Merge pull request #13392 from umbraco/v11/feature/codespace-gh-cli-ssh-support

Adds the SSH feature to allow the GitHub CLI SSH command to work
This commit is contained in:
Warren Buckley
2022-11-14 11:34:27 +00:00
committed by GitHub

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"
}
},