From 09068dab8a7762d34e19b9ce40e3f0422fa77dd1 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 11 Mar 2025 07:40:17 +0000 Subject: [PATCH] chore: no need to mount ssh key --- .devcontainer/devcontainer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 709b24c..dc5160f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,9 +6,6 @@ "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.