debugConfigurationManager.i18n.json 3.4 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7
/*---------------------------------------------------------------------------------------------
 *  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": "用于调试适配器。",
8
	"vscode.extension.contributes.debuggers.type": "此调试适配器的唯一标识符。",
D
Dirk Baeumer 已提交
9 10
	"vscode.extension.contributes.debuggers.label": "显示此调试适配器的名称。",
	"vscode.extension.contributes.debuggers.program": "调试适配器程序的路径。该路径是绝对路径或相对于扩展文件夹的相对路径。",
11
	"vscode.extension.contributes.debuggers.args": "要传递给适配器的可选参数。",
D
Dirk Baeumer 已提交
12 13 14
	"vscode.extension.contributes.debuggers.runtime": "可选运行时,以防程序属性不可执行,但需要运行时。",
	"vscode.extension.contributes.debuggers.runtimeArgs": "可选运行时参数。",
	"vscode.extension.contributes.debuggers.variables": "将 \"launch.json\" 中的交互式变量(例如 ${action.pickProcess})映射到命令中。",
15 16 17 18 19 20
	"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 架构配置。",
D
Dirk Baeumer 已提交
21
	"vscode.extension.contributes.debuggers.windows": "Windows 特定的设置。",
22 23 24 25 26
	"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 的运行时。",
D
Daniel Ye 已提交
27
	"vscode.extension.contributes.breakpoints": "添加断点。",
28 29 30 31 32 33 34 35 36 37
	"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": "不可省略调试适配器“类型”,其类型必须是“字符串”。",
	"DebugConfig.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"launch.json\" 文件。",
	"selectDebug": "选择环境"
D
Dirk Baeumer 已提交
38
}