diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3f9ccc9..23f181d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,9 +5,6 @@ "remoteUser": "vscode", "workspaceFolder": "/workspaces/insight", "postStartCommand": "bash .devcontainer/post-install.sh", - "containerEnv": { - "SSH_AUTH_SOCK": "/ssh-agent" - }, "mounts": [ // Optional convenience mount "source=${localEnv:HOME},target=/workspaces/home,type=bind"