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