diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts index 385d54a33b470..f13544a8f957b 100644 --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -821,7 +821,7 @@ configurationRegistry.registerConfiguration({ type: 'boolean', description: nls.localize('chat.exitAfterDelegation', "Controls whether the chat panel automatically exits after delegating a request to another session."), default: true, - tags: ['experimental'], + tags: ['preview'], }, 'chat.extensionUnification.enabled': { type: 'boolean',