So far only workspaces folders can be used to mount the project. However, when the folder with the project name does not exist, the workspace folder won't be mounted.
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind",
"workspaceFolder": "/workspaces",
So far only
workspacesfolders can be used to mount the project. However, when the folder with the project name does not exist, the workspace folder won't be mounted.