{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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 Grunt capabilities to VS Code.",
			"displayName": "Grunt support for VS Code",
			"config.grunt.autoDetect": "Контролює автоматичне визначення Grunt завдань включене чи ні. За умовчанням увімкнено.",
			"grunt.taskDefinition.type.description": "The Grunt task to customize.",
			"grunt.taskDefinition.args.description": "Command line arguments to pass to the grunt task",
			"grunt.taskDefinition.file.description": "The Grunt file that provides the task. Can be omitted."
		},
		"dist/main": {
			"gruntTaskDetectError": "Problem finding grunt tasks. See the output for more information.",
			"gruntShowOutput": "Go to output",
			"execFailed": "Автоматичне визначення Grunt для теки \" {0} скінчилася невдало з помилкою: {1}"
		}
	}
}