mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Make InputOnTopChat the default (#188430)
I think it's improved enough to be the new default.
This commit is contained in:
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,
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user