fix(devcontainer): update XAUTHORITY source to use localEnv

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-26 23:00:29 +00:00
parent e9dd70c6c4
commit 4c31568329
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

View File

@ -32,7 +32,7 @@
"type": "bind"
},
{
"source": "${env:XAUTHORITY}",
"source": "${localEnv:XAUTHORITY}",
"target": "/home/vscode/.Xauthority",
"type": "bind"
},