diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 365c079..5bc055c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,5 +19,8 @@ }, "forwardPorts": [ 1313 - ] + ], + "mounts": [ + "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached" + ] } \ No newline at end of file