diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dc5160f..0255cc6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,6 +6,9 @@ "features": { "ghcr.io/devcontainers/features/git:1": {} }, + "mounts": [ + "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached" + ], // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code.