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
|
// "--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=/${localWorkspaceFolderBasename},type=bind",
|
||||||
"workspaceFolder": "/${localWorkspaceFolderBasename}",
|
"workspaceFolder": "/home/ubuntu/${localWorkspaceFolderBasename}",
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"DISPLAY": "${localEnv:DISPLAY}",
|
"DISPLAY": "${localEnv:DISPLAY}",
|
||||||
"TZ": "Europe/Amsterdam"
|
"TZ": "Europe/Amsterdam"
|
||||||
|
|||||||
Reference in New Issue
Block a user