Enable experimentalInlineChat by default

This is the first step to action #4059, after this is released the keybinding in
Copilot can be removed and then this setting can be removed.

Part of #4059
This commit is contained in:
Daniel Imms
2024-04-08 07:17:52 -07:00
parent 85950ef891
commit 5f4efa8d21
@@ -693,7 +693,7 @@ const terminalConfiguration: IConfigurationNode = {
[TerminalSettingId.ExperimentalInlineChat]: {
markdownDescription: localize('terminal.integrated.experimentalInlineChat', "Whether to enable the upcoming experimental inline terminal chat UI."),
type: 'boolean',
default: false
default: true
}
}
};