|
22 | 22 | "c_cpp.command.rescanWorkspace.title":"重新扫描工作区", |
23 | 23 | "c_cpp.command.vcpkgClipboardInstallSuggested.title":"将 vcpkg 安装命令复制到剪贴板", |
24 | 24 | "c_cpp.command.vcpkgOnlineHelpSuggested.title":"访问 vcpkg 帮助页", |
25 | | -"c_cpp.configuration.clang_format_path.description":"clang 格式的可执行文件的完整路径。", |
26 | | -"c_cpp.configuration.clang_format_style.description":"编码样式,当前支持: Visual Studio、LLVM、Google、Chromium、Mozilla、WebKit。使用\"file\" 从当前目录或父目录中的 .clang 格式文件中加载样式。使用 {key: value, ...} 设置特定参数。例如,\"Visual Studio\" 样式类似于: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }", |
27 | | -"c_cpp.configuration.clang_format_fallbackStyle.description":"如果使用样式\"file\" 调用 clang 格式但是找不到 .clang 格式文件,则使用预定义的样式的名称作为回退。可能的值为 Visual Studio、LLVM、Google、Chromium、Mozilla、WebKit、none,或使用 {key: value, ...} 设置特定参数。例如,\"Visual Studio\" 样式类似于: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }", |
| 25 | +"c_cpp.configuration.clang_format_path.description":".clang-format 可执行文件的完整路径。", |
| 26 | +"c_cpp.configuration.clang_format_style.description":"编码样式,当前支持: Visual Studio、LLVM、Google、Chromium、Mozilla、WebKit。使用\"file\" 从当前目录或父目录中的 .clang-format 文件中加载样式。使用 {key: value, ...} 设置特定参数。例如,\"Visual Studio\" 样式类似于: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }", |
| 27 | +"c_cpp.configuration.clang_format_fallbackStyle.description":"如果使用样式\"file\" 调用 clang 格式但是找不到 .clang-format 文件,则使用预定义的样式的名称作为回退。可能的值为 Visual Studio、LLVM、Google、Chromium、Mozilla、WebKit、none,或使用 {key: value, ...} 设置特定参数。例如,\"Visual Studio\" 样式类似于: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }", |
28 | 28 | "c_cpp.configuration.clang_format_sortIncludes.description":"如果已设置,则重写由 SortIncludes 参数确定的包含排序行为。", |
29 | 29 | "c_cpp.configuration.intelliSenseEngine.description":"控制 IntelliSense 提供程序。“标记分析器”提供非上下文感知的“模糊”结果。“默认”提供上下文感知结果。“已禁用”将关闭 C/C++ 语言服务功能。", |
30 | 30 | "c_cpp.configuration.intelliSenseEngineFallback.description":"控制 IntelliSense 引擎是否自动切换到包含 #include 错误的翻译单元的标记分析器。", |
|