Option to configure which services should be run (microsoft/vscode-remote-release#211)

This commit is contained in:
Christof Marti 2019-08-23 15:21:24 +02:00
parent 760df9342b
commit 00d53e9686

View file

@ -129,6 +129,13 @@
"type": "string", "type": "string",
"description": "The service you want to work on." "description": "The service you want to work on."
}, },
"runServices": {
"type": "array",
"description": "An array of services that should be started and stopped.",
"items": {
"type": "string"
}
},
"workspaceFolder": { "workspaceFolder": {
"type": "string", "type": "string",
"description": "The path of the workspace folder inside the container." "description": "The path of the workspace folder inside the container."
@ -178,4 +185,4 @@
"$ref": "#/definitions/devContainerCommon" "$ref": "#/definitions/devContainerCommon"
} }
] ]
} }