Turn on Quick Tree-based Tool picker (#258266)

This commit is contained in:
Tyler James Leonhardt
2025-07-28 10:11:04 -07:00
committed by GitHub
parent 97b10c95fd
commit 7c58bfa1c4

View File

@@ -555,8 +555,8 @@ configurationRegistry.registerConfiguration({
}, },
'chat.tools.useTreePicker': { 'chat.tools.useTreePicker': {
type: 'boolean', type: 'boolean',
default: false, default: true,
description: nls.localize('chat.tools.useTreePicker', "Use the new tree-based tools picker interface instead of the flat list. Provides better hierarchical organization of tools and tool sets with collapsible sections, improved visual hierarchy, and native tree interactions. MCP servers are displayed as expandable parent nodes with their tools as children."), description: nls.localize('chat.tools.useTreePicker', "Use the new Quick Tree-based tools picker instead of the Quick Pick-based one. Provides better hierarchical organization of tools and tool sets with collapsible sections, improved visual hierarchy, and native tree interactions."),
tags: ['experimental'], tags: ['experimental'],
} }
} }