From 4c315683297d6be34db262d5418176d564587cbf Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Wed, 26 Mar 2025 23:00:29 +0000 Subject: [PATCH] fix(devcontainer): update XAUTHORITY source to use localEnv Signed-off-by: EnderIce2 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1f1ff4cf..068a9ddc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -32,7 +32,7 @@ "type": "bind" }, { - "source": "${env:XAUTHORITY}", + "source": "${localEnv:XAUTHORITY}", "target": "/home/vscode/.Xauthority", "type": "bind" },