diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e96e24b..571b10d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,5 +6,9 @@ // Should match what is defined in ui/package.json "version": "21.1.0" } - } + }, + "mounts": [ + "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached" + ] } +