fix(devcontainer): update XAUTHORITY source to use localEnv

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

View File

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