From 86c1f6d6a78368ed88b3bdf90ce923168141a6ff Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 28 Apr 2025 15:27:19 +0000 Subject: [PATCH] feat(devcontainer): update GPG agent socket mapping - Adjusts volume mapping for GPG agent socket to correct path - Ensures compatibility with updated user directory structure --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f88cb9e..9586846 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "--cap-add=SYS_ADMIN", "--shm-size=2g", "-v", - "/run/user/1000/gnupg/S.gpg-agent:/run/user/1000/gnupg/S.gpg-agent" + "/run/user/1000/gnupg/S.gpg-agent:/home/xilinx/.gnupg/S.gpg-agent" ], "customizations": { "vscode": {