fix(devcontainer): Map local ssh keys to container (#180)

This commit is contained in:
Techno Tim 2025-02-20 15:39:25 -05:00 committed by GitHub
parent ff3727b1fe
commit de5403eada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -6,5 +6,9 @@
// Should match what is defined in ui/package.json
"version": "21.1.0"
}
}
},
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
]
}