update workspace folder mount
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user