We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860defc commit 88df70bCopy full SHA for 88df70b
src/vs/workbench/services/accounts/common/defaultAccount.ts
@@ -251,7 +251,7 @@ export class DefaultAccountManagementContribution extends Disposable implements
251
return {
252
// Editor preview features are disabled if the flag is present and set to 0
253
chat_preview_features_enabled: tokenMap.get('editor_preview_features') !== '0',
254
- chat_agent_enabled: tokenMap.get('chat_agent_enabled') !== '0',
+ chat_agent_enabled: tokenMap.get('agent_mode') !== '0',
255
// MCP is disabled if the flag is present and set to 0
256
mcp: tokenMap.get('mcp') !== '0',
257
};
0 commit comments