From 7151847d1f9ab7646bd5d92103fa24805d9b149f Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Fri, 29 Dec 2023 14:33:57 -0800 Subject: [PATCH] Fix C_Cpp.autocomplete description. (#11816) --- Extension/package.nls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/package.nls.json b/Extension/package.nls.json index 49c377d5f5..839ac2e1dd 100644 --- a/Extension/package.nls.json +++ b/Extension/package.nls.json @@ -470,9 +470,9 @@ ] }, "c_cpp.configuration.autocomplete.markdownDescription": { - "message": "Controls the auto-completion provider. If `disabled` and you want word-based completion, you will also need to set `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (and similarly for `c` and `cuda-cpp` languages).", + "message": "Controls the auto-completion provider. If `disabled` and you want word-based completion, you will also need to set `\"[cpp]\": {\"editor.wordBasedSuggestions\": }` (and similarly for `c` and `cuda-cpp` languages).", "comment": [ - "Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." + "Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered -- except for text \"value\", which is a placeholder that should be translated." ] }, "c_cpp.configuration.autocomplete.default.description": "Uses the active IntelliSense engine.",