From fb6e6de87e6af0e1dfc9ca06bb3f5193e294815f Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Fri, 4 Apr 2025 16:05:52 -0700 Subject: [PATCH 1/2] Improve copilotHover description. --- Extension/package.nls.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Extension/package.nls.json b/Extension/package.nls.json index b2ec44040..044fad670 100644 --- a/Extension/package.nls.json +++ b/Extension/package.nls.json @@ -785,9 +785,9 @@ ] }, "c_cpp.configuration.copilotHover.markdownDescription": { - "message": "If `disabled`, no Copilot information will appear in Hover.", + "message": "If `disabled`, no 'Generate Copilot summary' option will appear in Hover.", "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." + " {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." ] }, "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": { @@ -1041,4 +1041,4 @@ "c_cpp.configuration.refactoring.includeHeader.never.description": "Never include the header file.", "c_cpp.languageModelTools.configuration.displayName": "C/C++ configuration", "c_cpp.languageModelTools.configuration.userDescription": "Configuration of the active C or C++ file, like language standard version and target platform." -} \ No newline at end of file +} From 7af6b0719b2d11fa4092a5d82c14a6aab0a1f939 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Fri, 4 Apr 2025 16:15:34 -0700 Subject: [PATCH 2/2] Minor changes. --- Extension/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/package.nls.json b/Extension/package.nls.json index 044fad670..a5a4586dc 100644 --- a/Extension/package.nls.json +++ b/Extension/package.nls.json @@ -785,7 +785,7 @@ ] }, "c_cpp.configuration.copilotHover.markdownDescription": { - "message": "If `disabled`, no 'Generate Copilot summary' option will appear in Hover.", + "message": "If `disabled`, no 'Generate Copilot summary' option will appear on hover.", "comment": [ " {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." ]