From 93f2367536d0262ea6d2ebf17eb8c0d64610f3e7 Mon Sep 17 00:00:00 2001 From: Benjamin Aarsen Date: Fri, 5 Sep 2025 16:41:02 +0200 Subject: [PATCH] another fuck up --- devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer.json b/devcontainer.json index 89e01bd..d6271d3 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -12,7 +12,7 @@ // "--pid=host", // Shares the host's PID namespace with the container // "--privileged", // Gives the container full access to the host's devices and allows it to run with root privileges ], - "workspaceMount": "source=${localWorkspaceFolder},target=/${localWorkspaceFolderBasename},type=bind", + "workspaceMount": "source=${localWorkspaceFolder},target=/home/ubuntu/${localWorkspaceFolderBasename},type=bind", "workspaceFolder": "/home/ubuntu/${localWorkspaceFolderBasename}", "remoteEnv": { "DISPLAY": "${localEnv:DISPLAY}",