Add workspaceFolder for single container (fixes microsoft/vscode-remote-release#101)

This commit is contained in:
Christof Marti
2019-05-22 11:05:40 +02:00
committed by Alex Dima
parent 791dea98eb
commit 80ec2bf29b

View File

@@ -54,6 +54,10 @@
"overrideCommand": {
"type": "boolean",
"description": "Whether to overwrite the command specified in the image. The default is true."
},
"workspaceFolder": {
"type": "string",
"description": "The path of the workspace folder inside the container."
}
}
},