Make InputOnTopChat the default (#188430)

I think it's improved enough to be the new default.
This commit is contained in:
Tyler James Leonhardt
2023-07-20 20:01:12 -07:00
committed by GitHub
parent 696f9682f3
commit b949114b9f
@@ -90,7 +90,7 @@ configurationRegistry.registerConfiguration({
tags: ['experimental'],
enum: [QuickQuestionMode.SingleQuestion, QuickQuestionMode.InputOnTopChat, QuickQuestionMode.InputOnBottomChat],
description: nls.localize('interactiveSession.quickQuestion.mode', "Controls the mode of quick question chat experience."),
default: QuickQuestionMode.SingleQuestion,
default: QuickQuestionMode.InputOnTopChat,
}
}
});