Skip to content

Commit c617c38

Browse files
authored
Improve copilotHover description. (#13461)
* Improve copilotHover description.
1 parent b73353f commit c617c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Extension/package.nls.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -785,9 +785,9 @@
785785
]
786786
},
787787
"c_cpp.configuration.copilotHover.markdownDescription": {
788-
"message": "If `disabled`, no Copilot information will appear in Hover.",
788+
"message": "If `disabled`, no 'Generate Copilot summary' option will appear on hover.",
789789
"comment": [
790-
"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."
790+
" {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."
791791
]
792792
},
793793
"c_cpp.configuration.renameRequiresIdentifier.markdownDescription": {
@@ -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)