Add workspaceMount option (fixes microsoft/vscode-remote-release#41)

This commit is contained in:
Christof Marti 2019-05-22 09:41:43 +00:00
parent 80ec2bf29b
commit a7c7bdd32a

View file

@ -58,6 +58,10 @@
"workspaceFolder": {
"type": "string",
"description": "The path of the workspace folder inside the container."
},
"workspaceMount": {
"type": "string",
"description": "The --mount parameter for docker run. The default is to mount the project folder at /workspaces/$project."
}
}
},