Skip to content

Commit 7c58bfa

Browse files
Turn on Quick Tree-based Tool picker (microsoft#258266)
1 parent 97b10c9 commit 7c58bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ configurationRegistry.registerConfiguration({
555555
},
556556
'chat.tools.useTreePicker': {
557557
type: 'boolean',
558-
default: false,
559-
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."),
558+
default: true,
559+
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."),
560560
tags: ['experimental'],
561561
}
562562
}

0 commit comments

Comments
 (0)