feat(devcontainer): update GPG agent socket mapping
- Adjusts volume mapping for GPG agent socket to correct path - Ensures compatibility with updated user directory structure
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"--cap-add=SYS_ADMIN",
|
"--cap-add=SYS_ADMIN",
|
||||||
"--shm-size=2g",
|
"--shm-size=2g",
|
||||||
"-v",
|
"-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": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
|
Reference in New Issue
Block a user