From 0e1875550ced39a82d36e76ae0c3a150cc1a2027 Mon Sep 17 00:00:00 2001 From: meganrogge Date: Thu, 3 Sep 2026 14:35:28 -0400 Subject: [PATCH] make consolidated remote workspaces experimental Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../workbench/contrib/chat/browser/chat.shared.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: {