update workspace folder mount

This commit is contained in:
2025-09-05 16:38:26 +02:00
parent c18047a23b
commit 235acc4fc9

View File

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