Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.i18n.json « gulp « extensions « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4203e9df9c4902d5b5d07ed6973dd12e43caec9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"description": "VSCode에 Gulp 기능을 추가할 확장입니다.",
	"displayName": "VSCode에 대한 Gulp 지원",
	"config.gulp.autoDetect": "Gulp 작업의 자동 검색을 사용할지 여부를 제어합니다. 기본값은 [켜기]입니다.",
	"gulp.taskDefinition.type.description": "사용자 지정할 Gulp 작업입니다.",
	"gulp.taskDefinition.file.description": "작업을 제공하는 Gulp 파일이며 생략할 수 있습니다."
}