mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-17 17:24:16 +00:00
fix(devcontainer): update XAUTHORITY source to use localEnv
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user