Skip to content

Commit 49b8160

Browse files
authored
Merge pull request #7695 from microsoft/main
Fix settings UI. (#7694)
2 parents 4d80ef3 + 6dba4f6 commit 49b8160

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Extension/package.nls.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,7 @@
162162
"c_cpp.configuration.suggestSnippets.description": "If true, snippets are provided by the language server.",
163163
"c_cpp.configuration.enhancedColorization.description": "If enabled, code is colorized based on IntelliSense. This setting only applies if intelliSenseEngine is set to \"Default\".",
164164
"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/).",
169166
"c_cpp.configuration.addNodeAddonIncludePaths.description": "Add include paths from nan and node-addon-api when they're dependencies.",
170167
"c_cpp.configuration.renameRequiresIdentifier.description": "If true, 'Rename Symbol' will require a valid C/C++ identifier.",
171168
"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,10 +171,7 @@
174171
"c_cpp.configuration.filesExcludeWhen.description": "Additional check on the siblings of a matching file. Use $(basename) as variable for the matching file name.",
175172
"c_cpp.configuration.debugger.useBacktickCommandSubstitution.description": "If true, debugger shell command substitution will use obsolete backtick (`).",
176173
"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).",
181175
"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).",
182176
"c_cpp.debuggers.pipeTransport.default.pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'",
183177
"c_cpp.debuggers.pipeTransport.default.debuggerPath": "The full path to the debugger on the target machine, for example /usr/bin/gdb.",

0 commit comments

Comments
 (0)