Skip to content

Commit

Permalink
Update verbosity level tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mariru27 committed Jul 24, 2023
1 parent 961462f commit b87f738
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ public class SettingsTooltips
public string WarningsAsErrors { get; } = "Treats all compiler warnings as errors. For a new project, it may be best to use in all compilations; resolving all warnings will ensure the fewest possible hard to find code defects.";
public string ContinueOnError { get; } = "Switch to continue project compilation even when errors occur.";
public string ClangAfterMSVC { get; } = "Automatically run Clang compile on the current source file, after successful MSVC compilation.";
public string VerboseLevel { get; } = "Select verbosity level displayed in output. Verbosity Level order: minimal, detailed, complete";
public string VerboseLevel { get; } = "Select verbosity level displayed in output. Verbosity Level order: 0-minimal, 1-detailed, 2-complete";
public string ShowErrorList { get; } = "Always show Error List if Clang compile/tidy finishes with errors.";
public string ShowOutputWindow { get; } = "Always show Output window after Clang compile/tidy or when any Clang Power Tools information message occurs.";
public string ShowSquiggles { get; } = "Show squiggles for every suggestion generated by Clang.";
Expand Down

0 comments on commit b87f738

Please sign in to comment.