Fix dev container SSH issue

This commit is contained in:
Diego Ripley
2025-06-26 12:09:30 -04:00
parent 99c980f29e
commit 92b0cbcb5f
+4 -1
View File
@@ -19,5 +19,8 @@
}, },
"forwardPorts": [ "forwardPorts": [
1313 1313
] ],
"mounts": [
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
]
} }