feat: dev container use host .ssh folder.
This commit is contained in:
parent
8524db3f82
commit
a3d601fc75
@ -40,5 +40,8 @@
|
||||
"features": {
|
||||
"git": "os-provided",
|
||||
"git-lfs": "latest"
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/node/.ssh,type=bind,consistency=cached"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user