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