You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"c_cpp_properties.schema.json.definitions.configurations.items.properties.cStandard": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置编译器以获取 GNU 定义,并且 IntelliSense 将模拟等效的 C 标准版本。",
11
11
"c_cpp_properties.schema.json.definitions.configurations.items.properties.cppStandard": "用于 IntelliSense 的 C++ 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C++ 标准版本。",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.compileCommands": "Full path or a list of full paths to `compile_commands.json` files for the workspace.",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.macFrameworkPath": "IntelliSense 引擎在 Mac 框架中搜索包含的标头时要使用的路径的列表。仅在 Mac 配置中受支持。",
15
15
"c_cpp_properties.schema.json.definitions.configurations.items.properties.windowsSdkVersion": "要在 Windows 上使用的 Windows SDK 包含路径的版本,例如 `10.0.17134.0`。",
"c_cpp.configuration.codeAnalysis.clangTidy.path.markdownDescription": "The full path of the `clang-tidy` executable. If not specified, and `clang-tidy` is available in the environment path, that is used unless the version bundled with the extension is newer. If not found in the environment path, the `clang-tidy` bundled with the extension will be used.",
"c_cpp.configuration.clang_format_path.markdownDescription": "The full path of the `clang-format` executable. If not specified, and `clang-format` is available in the environment path, that is used unless the version bundled with the extension is newer. If not found in the environment path, the `clang-format` bundled with the extension will be used.",
"c_cpp.walkthrough.create.cpp.file.title": "创建 C++ 文件",
428
429
"c_cpp.walkthrough.create.cpp.file.description": "[打开](command:toSide:workbench.action.files.openFile)或[创建](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)一个 C++ 文件。请确保将其保存为 \".cpp\" 扩展名,例如 \"helloworld.cpp\"。\n[创建 C++ 文件](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
429
430
"c_cpp.walkthrough.create.cpp.file.altText": "使用 C++ 项目打开 C++ 文件或文件夹。",
"c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 编译器时,C++ 扩展需要从开发人员命令提示符中启动 VS Code。请按照右侧的说明重新启动。\n[重新加载窗口](command:workbench.action.reloadWindow)",
431
+
"c_cpp.walkthrough.command.prompt.title": "Launch from the Developer Command Prompt for VS",
432
+
"c_cpp.walkthrough.command.prompt.description": "When using the Microsoft Visual Studio C++ compiler, the C++ extension requires you to launch VS Code from the Developer Command Prompt for VS. Follow the instructions on the right to relaunch.\r\n[Reload Window](command:workbench.action.reloadWindow)",
432
433
"c_cpp.walkthrough.run.debug.title": "运行并调试 C++ 文件",
433
434
"c_cpp.walkthrough.run.debug.mac.description": "打开你的 C++ 文件,在编辑器右上角点击播放按钮,或者在文件上按 F5。选择“clang++ - 构建和调试活动文件”以使用调试器运行。",
434
435
"c_cpp.walkthrough.run.debug.linux.description": "打开 C++ 文件,在编辑器右上角点击播放按钮,或者在文件上按 F5。选择“g++ - 构建和调试活动文件”以使用调试器运行。",
"compile.commands.description": "A list of paths to {0} files for the workspace. The include paths and defines discovered in these files will be used instead of the values set for {1} and {2} settings. If the compile commands database does not contain an entry for the translation unit that corresponds to the file you opened in the editor, then a warning message will appear and the extension will use the {3} and {4} settings instead.",
59
+
"one.compile.commands.path.per.line": "One compile commands path per line.",
"walkthrough.windows.background.dev.command.prompt": "正在使用带有 MSVC 编译器的 Windows 机器,因此需要从开发人员命令提示符中启动 VS Code,以便所有环境变量都能正确设置。要使用开发人员命令提示符重新启动:",
9
-
"walkthrough.open.command.prompt": "通过在 Windows 开始菜单中键入 \"developer\"来打开 VS 的开发人员命令提示。选择 VS 的开发人员命令提示,它将自动导航到当前打开的文件夹。",
10
-
"walkthrough.windows.press.f5": "在命令提示符中键入\"code\",然后按 Enter。这应该重新启动 VS Code 并将你带回此演练。"
7
+
"walkthrough.windows.title.open.dev.command.prompt": "Relaunch using the {0}",
8
+
"walkthrough.windows.background.dev.command.prompt": " You are using a windows machine with the MSVC compiler, so you need to start VS Code from the {0} for all environment variables to be set correctly. To relaunch using the {1}:",
9
+
"walkthrough.open.command.prompt": "Open the {0} by typing \"{1}\"in the Windows Start menu. Select the {2}, which will automatically navigate to your current open folder.",
10
+
"walkthrough.windows.press.f5": "Type\"{0}\" into the command prompt and hit enter. This should relaunch VS Code and take you back to this walkthrough. "
0 commit comments