diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts index d0ad59d06c1..96798d993db 100644 --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -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',