mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Turn on Quick Tree-based Tool picker (#258266)
This commit is contained in:
committed by
GitHub
parent
97b10c95fd
commit
7c58bfa1c4
@@ -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'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user