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

snippets.contribution.i18n.json « electron-browser « snippets « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a84e47f5dbcf70780f70be1db4990f02d0c731b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"openSnippet.label": "打开用户代码段",
	"openSnippet.pickLanguage": "选择代码片段的语言",
	"openSnippet.errorOnCreate": "无法创建 {0}",
	"preferences": "首选项",
	"snippetSchema.json.default": "空代码片段",
	"snippetSchema.json": "用户代码片段配置",
	"snippetSchema.json.prefix": "在 Intellisense 中选择代码片段时将使用的前缀",
	"snippetSchema.json.body": "代码片段的内容。使用“$1”和“${1:defaultText}”定义光标位置,使用“$0”定义最终光标位置。使用“${varName}”和“${varName:defaultText}”插入变量值,例如“这是文件:$TM_FILENAME”。",
	"snippetSchema.json.description": "代码片段描述。"
}