{
	"": [
		"--------------------------------------------------------------------------------------------",
		"Copyright (c) Microsoft Corporation. All rights reserved.",
		"Licensed under the MIT License. See License.txt in the project root for license information.",
		"--------------------------------------------------------------------------------------------",
		"Do not edit this file. It is machine generated."
	],
	"version": "1.0.0",
	"contents": {
		"package": {
			"description": "Extension to add Jake capabilities to VS Code.",
			"displayName": "Jake support for VS Code",
			"jake.taskDefinition.type.description": "The Jake task to customize.",
			"jake.taskDefinition.file.description": "The Jake file that provides the task. Can be omitted.",
			"config.jake.autoDetect": "Controls whether auto detection of Jake tasks is on or off. Default is on."
		},
		"dist/main": {
			"jakeTaskDetectError": "Problem finding jake tasks. See the output for more information.",
			"jakeShowOutput": "Go to output",
			"execFailed": "Auto detecting Jake for folder {0} failed with error: {1}"
		}
	}
}