From 83a8d44fcf7dbdb6fdb0699da949e5deb39dad82 Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Tue, 20 Jan 2026 23:01:06 -0800 Subject: [PATCH] Remove experimental tags from todo list widget configuration (#289304) --- src/vs/workbench/contrib/chat/browser/chat.contribution.ts | 4 ---- 1 file changed, 4 deletions(-) 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',