Skip to content

Commit 92441b5

Browse files
authored
chat - fix settings casing (microsoft#262881)
1 parent 0a08d61 commit 92441b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ configurationRegistry.registerConfiguration({
564564
},
565565
'chat.disableAIFeatures': {
566566
type: 'boolean',
567-
description: nls.localize('chat.disableAIFeatures', "Disable and hide built-in AI features provided by GitHub Copilot, including Chat, Code Completions and Next Edit Suggestions."),
567+
description: nls.localize('chat.disableAIFeatures', "Disable and hide built-in AI features provided by GitHub Copilot, including chat, code completions and next edit suggestions."),
568568
default: false,
569569
scope: ConfigurationScope.WINDOW
570570
},

0 commit comments

Comments
 (0)