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

debugConfigurationManager.i18n.json « electron-browser « debug « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 327f1b6fd820bf49f793d79b938b5a2e9ca1d309 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.debuggers": "用于调试适配器。",
	"vscode.extension.contributes.debuggers.type": "此调试适配器的唯一标识符。",
	"vscode.extension.contributes.debuggers.label": "显示此调试适配器的名称。",
	"vscode.extension.contributes.debuggers.program": "调试适配器程序的路径。该路径是绝对路径或相对于扩展文件夹的相对路径。",
	"vscode.extension.contributes.debuggers.args": "要传递给适配器的可选参数。",
	"vscode.extension.contributes.debuggers.runtime": "可选运行时,以防程序属性不可执行,但需要运行时。",
	"vscode.extension.contributes.debuggers.runtimeArgs": "可选运行时参数。",
	"vscode.extension.contributes.debuggers.variables": "将 \"launch.json\" 中的交互式变量(例如 ${action.pickProcess})映射到命令中。",
	"vscode.extension.contributes.debuggers.initialConfigurations": "用于生成初始 \"launch.json\" 的配置。",
	"vscode.extension.contributes.debuggers.languages": "可能被视为“默认调试程序”的调试扩展的语言列表。",
	"vscode.extension.contributes.debuggers.adapterExecutableCommand": "如果指定的 VS Code 将调用此命令以确定调试适配器的可执行路径和要传递的参数。",
	"vscode.extension.contributes.debuggers.startSessionCommand": "如果指定的 VS Code 将为针对此扩展的“调试”或“运行”操作调用此命令。",
	"vscode.extension.contributes.debuggers.configurationSnippets": "用于在 \"launch.json\" 中添加新配置的代码段。",
	"vscode.extension.contributes.debuggers.configurationAttributes": "用于验证 \"launch.json\" 的 JSON 架构配置。",
	"vscode.extension.contributes.debuggers.windows": "Windows 特定的设置。",
	"vscode.extension.contributes.debuggers.windows.runtime": "用于 Windows 的运行时。",
	"vscode.extension.contributes.debuggers.osx": "OS X 特定的设置。",
	"vscode.extension.contributes.debuggers.osx.runtime": "用于 OSX 的运行时。",
	"vscode.extension.contributes.debuggers.linux": "Linux 特定的设置。",
	"vscode.extension.contributes.debuggers.linux.runtime": "用于 Linux 的运行时。",
	"vscode.extension.contributes.breakpoints": "添加断点。",
	"vscode.extension.contributes.breakpoints.language": "对此语言允许断点。",
	"app.launch.json.title": "启动",
	"app.launch.json.version": "此文件格式的版本。",
	"app.launch.json.configurations": "配置列表。使用 IntelliSense 添加新配置或编辑现有配置。",
	"app.launch.json.compounds": "复合列表。每个复合可引用多个配置,这些配置将一起启动。",
	"app.launch.json.compound.name": "复合的名称。在启动配置下拉菜单中显示。",
	"app.launch.json.compounds.configurations": "将作为此复合的一部分启动的配置名称。",
	"debugNoType": "不可省略调试适配器“类型”,其类型必须是“字符串”。",
	"selectDebug": "选择环境",
	"DebugConfig.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"launch.json\" 文件。"
}