Fix issues

This commit is contained in:
Tarik Brown
2020-07-23 12:15:42 -07:00
parent e6d146e4b8
commit 15fe2279c7
+2 -2
View File
@@ -17,7 +17,7 @@
"c_cpp.command.rescanWorkspace.title": "Rescan Workspace",
"c_cpp.command.vcpkgClipboardInstallSuggested.title": "Copy vcpkg install command to clipboard",
"c_cpp.command.vcpkgOnlineHelpSuggested.title": "Visit the vcpkg help page",
"c_cpp.configuration.formatting.description": "Select Formatting Engine",
"c_cpp.configuration.formatting.description": " Choose a formatting engine: clangFormat engables the clangFormat engine, vcFormat enables the vcFormat Engine, Default enables the clangFormat engine and Disabled will turn off code formatting features",
"c_cpp.configuration.vcFormat.indent.braces.description": "Braces are indented by the amound specified in the Editor: Tab Size setting",
"c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "When a new line is typed, it is indented relatively to the outermost open parenthesis, innermost open parenthesis or to the beginning of the current statement",
"c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or it is indented by the amount specified in the Editor: Tab Size setting",
@@ -136,7 +136,7 @@
"c_cpp.debuggers.pipeTransport.pipeProgram.description": "The fully qualified pipe command to execute.",
"c_cpp.debuggers.pipeTransport.pipeArgs.description": "Command line arguments passed to the pipe program to configure the connection.",
"c_cpp.debuggers.pipeTransport.pipeEnv.description": "Environment variables passed to the pipe program.",
"c_cpp.debuggers.pipeTransport.quoteArgs.description": "If the pipeProgram's individual arguments contain characters (such as spaces or tabs), should it be quoted? If 'false', the debugger command will no longer be automatically quoted. \nDefault is 'true'.",
"c_cpp.debuggers.pipeTransport.quoteArgs.description": "If the pipeProgram's individual arguments contain characters (such as spaces or tabs), should it be quoted? If 'false', the debugger command will no longer be automatically quoted. \nDefault is 'true'.",
"c_cpp.debuggers.logging.description": "Optional flags to determine what types of messages should be logged to the Debug Console.",
"c_cpp.debuggers.logging.exceptions.description": "Optional flag to determine whether exception messages should be logged to the Debug Console. Defaults to true.",
"c_cpp.debuggers.logging.moduleLoad.description": "Optional flag to determine whether module load events should be logged to the Debug Console. Defaults to true.",