From 86862f324aa1b94df7467944125e505fe218c7af Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Wed, 10 Dec 2025 16:18:34 -0800 Subject: [PATCH] Update status widget setting availability (#282597) --- src/vs/workbench/contrib/chat/browser/chat.contribution.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts index 8e020f9936b..f10f6315ab9 100644 --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -567,7 +567,6 @@ configurationRegistry.registerConfiguration({ description: nls.localize('chat.statusWidget.enabled.description', "Controls which user type should see the status widget in new chat sessions when quota is exceeded."), default: undefined, tags: ['experimental'], - included: false, experiment: { mode: 'auto' }