From c112091e0250de5485383d466bcd3ba025009275 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 12 Sep 2025 10:18:26 +0000 Subject: [PATCH] dev container update --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index af1f24d..7354027 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "postStartCommand": "bash .devcontainer/post-install.sh", "features": { - "ghcr.io/devcontainers/features/ssh-agent:1": {} + // "ghcr.io/devcontainers/features/ssh-agent:1": {} }, "mounts": [ @@ -34,3 +34,4 @@ } } } +