mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
fix setting description (#274951)
This commit is contained in:
@@ -697,7 +697,7 @@ configurationRegistry.registerConfiguration({
|
||||
nls.localize('chat.agent.thinking.collapsedTools.all', "All tool calls are added into the collapsible thinking section."),
|
||||
nls.localize('chat.agent.thinking.collapsedTools.readOnly', "Only read-only tool calls are added into the collapsible thinking section."),
|
||||
],
|
||||
markdownDescription: nls.localize('chat.agent.thinking.collapsedTools', "When enabled, tool calls are added into the collapsible thinking section according to the selected mode. This setting only applies when `#chat.agent.thinkingStyle#` is set to `fixedScrolling`."),
|
||||
markdownDescription: nls.localize('chat.agent.thinking.collapsedTools', "When enabled, tool calls are added into the collapsible thinking section according to the selected mode."),
|
||||
tags: ['experimental'],
|
||||
},
|
||||
'chat.disableAIFeatures': {
|
||||
|
||||
Reference in New Issue
Block a user