ensure ssh keys are mounted across

This commit is contained in:
Jun-te Kim 2025-03-26 14:21:27 +00:00
parent 060e898894
commit 5a3f1478c8

View file

@ -5,7 +5,8 @@
"remoteUser": "vscode",
"postStartCommand": "bash .devcontainer/post-install.sh",
"mounts": [
"source=${localEnv:HOME},target=/workspaces/home,type=bind"
"source=${localEnv:HOME},target=/workspaces/home,type=bind",
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind"
],
"customizations": {
"vscode": {