diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8a38d64..e58b1ca 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" + ] }