mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
ssh agent work
This commit is contained in:
parent
cf6213c57f
commit
d7d8bd7f57
1 changed files with 6 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue