Skip to content

Commit 82f2190

Browse files
disable ChatConfiguration.ExitAfterDelegation (#296149) (#296267)
disable ChatConfiguration.ExitAfterDelegation Co-authored-by: Josh Spicer <23246594+joshspicer@users.noreply.github.com>
1 parent 5665f34 commit 82f2190

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
@@ -1084,7 +1084,7 @@ configurationRegistry.registerConfiguration({
10841084
[ChatConfiguration.ExitAfterDelegation]: {
10851085
type: 'boolean',
10861086
description: nls.localize('chat.exitAfterDelegation', "Controls whether the chat panel automatically exits after delegating a request to another session."),
1087-
default: true,
1087+
default: false,
10881088
tags: ['preview'],
10891089
},
10901090
'chat.extensionUnification.enabled': {

0 commit comments

Comments
 (0)