Skip to content

Commit cc6bd67

Browse files
committed
Update agents view default
1 parent 90460f6 commit cc6bd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ configurationRegistry.registerConfiguration({
480480
type: 'string',
481481
enum: ['disabled', 'view', 'single-view'],
482482
description: nls.localize('chat.sessionsViewLocation.description', "Controls where to show the agent sessions menu."),
483-
default: 'disabled',
483+
default: 'view',
484484
tags: ['experimental'],
485485
experiment: {
486486
mode: 'auto'

0 commit comments

Comments
 (0)