mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 08:15:05 +01:00
Remove experimental tags from todo list widget configuration (#289304)
This commit is contained in:
@@ -811,10 +811,6 @@ configurationRegistry.registerConfiguration({
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
description: nls.localize('chat.tools.todos.showWidget', "Controls whether to show the todo list widget above the chat input. When enabled, the widget displays todo items created by the agent and updates as progress is made."),
|
||||
tags: ['experimental'],
|
||||
experiment: {
|
||||
mode: 'auto'
|
||||
}
|
||||
},
|
||||
[ChatConfiguration.ThinkingStyle]: {
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user