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" },