another fuck up

This commit is contained in:
2025-09-05 16:41:02 +02:00
parent 235acc4fc9
commit 93f2367536

View File

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