diff --git a/src/vs/workbench/contrib/chat/browser/chat.shared.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.shared.contribution.ts index 03d38ce9451e5..2d40cb7505547 100644 --- a/src/vs/workbench/contrib/chat/browser/chat.shared.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chat.shared.contribution.ts @@ -466,7 +466,7 @@ configurationRegistry.registerConfiguration({ default: false, scope: ConfigurationScope.APPLICATION, description: nls.localize('chat.agentSessions.consolidatedRemoteWorkspaces', "Controls whether GitHub and remote workspaces are combined under Remote in the Agents Window workspace picker, with search always available."), - tags: ['preview'], + tags: ['experimental'], experiment: { mode: 'auto' }, }, [ChatConfiguration.SaveBeforeSend]: {