Skip to content

Commit b949114

Browse files
Make InputOnTopChat the default (microsoft#188430)
I think it's improved enough to be the new default.
1 parent 696f968 commit b949114

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
@@ -90,7 +90,7 @@ configurationRegistry.registerConfiguration({
9090
tags: ['experimental'],
9191
enum: [QuickQuestionMode.SingleQuestion, QuickQuestionMode.InputOnTopChat, QuickQuestionMode.InputOnBottomChat],
9292
description: nls.localize('interactiveSession.quickQuestion.mode', "Controls the mode of quick question chat experience."),
93-
default: QuickQuestionMode.SingleQuestion,
93+
default: QuickQuestionMode.InputOnTopChat,
9494
}
9595
}
9696
});

0 commit comments

Comments
 (0)