|
162 | 162 | "c_cpp.configuration.suggestSnippets.description": "If true, snippets are provided by the language server.", |
163 | 163 | "c_cpp.configuration.enhancedColorization.description": "If enabled, code is colorized based on IntelliSense. This setting only applies if intelliSenseEngine is set to \"Default\".", |
164 | 164 | "c_cpp.configuration.codeFolding.description": "If enabled, code folding ranges are provided by the language server.", |
165 | | - "c_cpp.configuration.vcpkg.enabled.markdownDescription": { |
166 | | - "message": "Enable integration services for the [vcpkg dependency manager](https://aka.ms/vcpkg/).", |
167 | | - "comment": ["This string contains markdown. Please ensure that markdown syntax and data such as URLs are preserved. https://en.wikipedia.org/wiki/Markdown"] |
168 | | - }, |
| 165 | + "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Enable integration services for the [vcpkg dependency manager](https://aka.ms/vcpkg/).", |
169 | 166 | "c_cpp.configuration.addNodeAddonIncludePaths.description": "Add include paths from nan and node-addon-api when they're dependencies.", |
170 | 167 | "c_cpp.configuration.renameRequiresIdentifier.description": "If true, 'Rename Symbol' will require a valid C/C++ identifier.", |
171 | 168 | "c_cpp.configuration.autocompleteAddParentheses.description": "If true, autocomplete will automatically add \"(\" after function calls, in which case \")\" may also be added, depending on the value of the \"editor.autoClosingBrackets\" setting.", |
|
174 | 171 | "c_cpp.configuration.filesExcludeWhen.description": "Additional check on the siblings of a matching file. Use $(basename) as variable for the matching file name.", |
175 | 172 | "c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "If true, debugger shell command substitution will use obsolete backtick (`).", |
176 | 173 | "c_cpp.contributes.views.cppReferencesView.title": "C/C++: Other references results", |
177 | | - "c_cpp.contributes.viewsWelcome.contents": { |
178 | | - "message": "To learn more about launch.json, see [Configuring C/C++ debugging](https://code.visualstudio.com/docs/cpp/launch-json-reference).", |
179 | | - "comment": ["This string contains markdown. Please ensure that markdown syntax and data such as URLs are preserved. https://en.wikipedia.org/wiki/Markdown"] |
180 | | - }, |
| 174 | + "c_cpp.contributes.viewsWelcome.contents": "To learn more about launch.json, see [Configuring C/C++ debugging](https://code.visualstudio.com/docs/cpp/launch-json-reference).", |
181 | 175 | "c_cpp.debuggers.pipeTransport.description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the MI-enabled debugger backend executable (such as gdb).", |
182 | 176 | "c_cpp.debuggers.pipeTransport.default.pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'", |
183 | 177 | "c_cpp.debuggers.pipeTransport.default.debuggerPath": "The full path to the debugger on the target machine, for example /usr/bin/gdb.", |
|
0 commit comments