18 lines
1.6 KiB
JSON
18 lines
1.6 KiB
JSON
/*---------------------------------------------------------------------------------------------
|
|
* 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.
|
|
{
|
|
"walkthrough.mac.title.run.and.debug.your.file": "在 Windows 上运行并调试 C++ 文件",
|
|
"walkthrough.mac.run.and.debug.your.file": "要在 VS Code 中运行并调试 C++ 文件:",
|
|
"walkthrough.mac.instructions1": "打开要运行和调试的 C++ 源文件。请确保此文件在编辑器中处于活动状态(当前已显示并选择)。",
|
|
"walkthrough.mac.press.f5": "按 {0},或从主菜单中选择 {1}。",
|
|
"walkthrough.mac.run": "运行",
|
|
"walkthrough.mac.start.debugging": "开始调试",
|
|
"walkthrough.mac.select.compiler": "选择 {0}。",
|
|
"walkthrough.mac.choose.build.active.file": "选择 {0}。",
|
|
"walkthrough.windows.build.and.debug.active.file": "生成和调试活动文件",
|
|
"walkthrough.mac.after.running": "首次运行和调试 C++ 文件后,你将注意到项目 {0} 的文件夹内有两个新文件: {1} 和 {2}。",
|
|
"walkthrough.mac.for.more.complex": "对于更复杂的生成和调试场景,可以在 {0} 和 {1} 中自定义生成任务和调试配置。例如,如果在从命令行生成时通常会将参数传递给编译器,则可以使用 {3} 属性以在 {2} 中指定这些参数。同样,可以定义要传递给程序的参数,以在 {4}中进行调试。"
|
|
} |