Skip to content

Commit 423a52e

Browse files
committed
Add {Locked=\"disabled\"}
1 parent 51ea9d6 commit 423a52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
"c_cpp.configuration.autocomplete.markdownDescription": {
477477
"message": "Controls the auto-completion provider. If `disabled` and you want word-based completion, you will also need to set `\"[cpp]\": {\"editor.wordBasedSuggestions\": <value>}` (and similarly for `c` and `cuda-cpp` languages).",
478478
"comment": [
479-
"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."
479+
" {Locked=\"`disabled`\"} 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."
480480
]
481481
},
482482
"c_cpp.configuration.autocomplete.default.description": "Uses the active IntelliSense engine.",
@@ -1041,4 +1041,4 @@
10411041
"c_cpp.configuration.refactoring.includeHeader.never.description": "Never include the header file.",
10421042
"c_cpp.languageModelTools.configuration.displayName": "C/C++ configuration",
10431043
"c_cpp.languageModelTools.configuration.userDescription": "Configuration of the active C or C++ file, like language standard version and target platform."
1044-
}
1044+
}

0 commit comments

Comments
 (0)