{
	"$schema": "https://raw.githubusercontent.com/microsoft/vs-servicehub/main/schemas/servicehub.config.schema.json",
	"controller": {
		"args": [
			"$PIPE"
		],
		"executable": "%COMPONENT_MICROSOFT_VISUALSTUDIO_CONTROLLER%/Microsoft.VisualStudio.Code.ServiceController",
		"ClientRoot": "../.."
	},
	"hosts": {
		"rootDir": "."
	},
	"services": {
		"rootDir": "./services_does_not_exist"
	}
}