From 1c467961c89d544b3b8b62545d00b7ed7d7d70a1 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 11 Mar 2025 07:39:37 +0000 Subject: [PATCH] chore: use forwarded agent --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.