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

jsonSchema_v2.i18n.json « electron-browser « tasks « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c52182fe2c64cfe4bea8e2725a61d6878c9f8207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"JsonSchema.shell": "指定命令是 shell 命令还是外部程序。如果省略,默认值是 false。",
	"JsonSchema.tasks.dependsOn.string": "此任务依赖的另一任务。",
	"JsonSchema.tasks.dependsOn.array": "此任务依赖的其他任务。",
	"JsonSchema.tasks.presentation": "配置用于显示任务输出和读取输入的面板。",
	"JsonSchema.tasks.presentation.echo": "控制是否将执行的命令显示到面板中。默认值为“true”。",
	"JsonSchema.tasks.presentation.focus": "控制面板是否获取焦点。默认值为“false”。如果设置为“true”,面板也会显示。",
	"JsonSchema.tasks.presentation.reveals": "控制是否显示运行此任务的面板。默认值为“always”。",
	"JsonSchema.tasks.presentation.instance": "控制是否在任务间共享面板。同一个任务使用相同面板还是每次运行时新创建一个面板。",
	"JsonSchema.tasks.type": "定义任务是被作为进程运行还是在 shell 中作为命令运行。默认作为进程运行。",
	"JsonSchema.version": "配置的版本号。",
	"JsonSchema.tasks.taskName": "任务名称",
	"JsonSchema.tasks.background": "已执行的任务是否保持活动状态并在后台运行。",
	"JsonSchema.tasks.promptOnClose": "当 VS 代码与运行的任务一起关闭时是否提示用户。",
	"JsonSchema.tasks.matchers": "要使用的问题匹配程序。可以是字符串或问题匹配程序定义,或字符串和问题匹配程序数组。",
	"JsonSchema.windows": "Windows 特定的命令配置",
	"JsonSchema.mac": "Mac 特定的命令配置",
	"JsonSchema.linux": "Linux 特定的命令配置"
}