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

snippets.contribution.i18n.json « electron-browser « snippets « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8db84c0d3ebbe27137336bb436a1572214953e2c (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}' and '${varName:defaultText}' 插入變數值,例如 'This is file: $TM_FILENAME'。",
	"snippetSchema.json.description": "程式碼片段描述。"
}