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

patternInputWidget.i18n.json « browser « search « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe599fbcd8567bfbb20f6fb1575f5af4958ccb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"defaultLabel": "입력",
	"patternDescription": "Glob 패턴 사용",
	"patternHelpInclude": "일치 패턴입니다. 예: **\\*\\*/*.js** - 모든 JavaScript 파일을 일치시킵니다. **myFolder/\\*\\*** - 해당 폴더와 모든 자식을 일치시킵니다.\n\n**참조**:\n**\\*** 은 0개 이상의 문자를 일치시킵니다.\n**?** 은 1개의 문자를 일치시킵니다.\n**\\*\\*** 은 0개 이상의 디렉터리를 일치시킵니다.\n**[a-z]** 는 문자 범위를 일치시킵니다.\n**{a,b}** 는 패턴을 일치시킵니다.)",
	"useIgnoreFilesDescription": "파일 무시 사용",
	"useExcludeSettingsDescription": "제외 설정 사용"
}