mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39: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"
|
||||
},
|
||||
{
|
||||
"source": "${env:XAUTHORITY}",
|
||||
"source": "${localEnv:XAUTHORITY}",
|
||||
"target": "/home/vscode/.Xauthority",
|
||||
"type": "bind"
|
||||
},
|
||||
|
Reference in New Issue
Block a user