mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-06 05:14:41 +01:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user