From 54280b84ad925674dadfcf25d4f1cc453abbd3f5 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 11 Mar 2025 07:30:31 +0000 Subject: [PATCH] chore: ssh push --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) 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.