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

patternInputWidget.i18n.json « browser « search « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb2aba04ae9ddf74f4b10b06d32c5db7d0bd4643 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*---------------------------------------------------------------------------------------------
 *  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**Reference**:\n**\\*** 匹配 0 个或更多字符\n**?** 匹配 1 个字符\n**\\*\\*** 匹配零个或更多目录\n**[a-z]** 匹配一系列字符\n**{a,b}** 匹配任何一种模式)",
	"useIgnoreFilesDescription": "使用忽略文件"
}