diff --git a/devcontainer.json b/devcontainer.json index 7509fc5..89e01bd 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -13,7 +13,7 @@ // "--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", - "workspaceFolder": "/${localWorkspaceFolderBasename}", + "workspaceFolder": "/home/ubuntu/${localWorkspaceFolderBasename}", "remoteEnv": { "DISPLAY": "${localEnv:DISPLAY}", "TZ": "Europe/Amsterdam"