|
18 | 18 | "c_cpp.command.vcpkgClipboardInstallSuggested.title":"Copy vcpkg install command to clipboard", |
19 | 19 | "c_cpp.command.vcpkgOnlineHelpSuggested.title":"Visit the vcpkg help page", |
20 | 20 | "c_cpp.configuration.clang_format_path.description":"The full path of the clang-format executable. If not specified, and clang-format is available in the environment path, that is used. If not found in the environment path, a copy of clang-format bundled with the extension will be used.", |
21 | | -"c_cpp.configuration.clang_format_style.description":"Coding style, currently supports: Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit. Use\"file\" to load the style from a .clang-format file in the current or parent directory. Use {key: value, ...} to set specific parameters. For example, the\"Visual Studio\" style is similar to: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }", |
| 21 | +"c_cpp.configuration.clang_format_style.description":"Coding style, currently supports: Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit. Use\"file\" to load the style from a .clang-format file in the current or parent directory. Use {key: value, ...} to set specific parameters. For example, the\"Visual Studio\" style is similar to: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All }", |
22 | 22 | "c_cpp.configuration.clang_format_fallbackStyle.description":"Name of the predefined style used as a fallback in case clang-format is invoked with style\"file\" but the .clang-format file is not found. Possible values are Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit, none, or use {key: value, ...} to set specific parameters. For example, the\"Visual Studio\" style is similar to: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }", |
23 | 23 | "c_cpp.configuration.clang_format_sortIncludes.description":"If set, overrides the include sorting behavior determined by the SortIncludes parameter.", |
24 | 24 | "c_cpp.configuration.intelliSenseEngine.description":"Controls the IntelliSense provider.\"Tag Parser\" provides\"fuzzy\" results that are not context-aware.\"Default\" provides context-aware results.\"Disabled\" turns off C/C++ language service features.", |
|