ssh agent work

This commit is contained in:
Jun-te Kim 2025-09-11 15:12:56 +00:00
parent cf6213c57f
commit d7d8bd7f57

View file

@ -5,9 +5,14 @@
"remoteUser": "vscode",
"workspaceFolder": "/workspaces/survey-extractor",
"postStartCommand": "bash .devcontainer/post-install.sh",
"remoteEnv": {
"SSH_AUTH_SOCK": "/ssh-agent"
},
"mounts": [
// Optional, just makes getting from Downloads (local env) easier
"source=${localEnv:HOME},target=/workspaces/home,type=bind"
"source=${localEnv:HOME},target=/workspaces/home,type=bind",
"source=${localEnv:SSH_AUTH_SOCK},target=/ssh-agent,type=bind"
],
"customizations": {
"vscode": {