Skip to content

Commit 5f4efa8

Browse files
committed
Enable experimentalInlineChat by default
This is the first step to action microsoft#4059, after this is released the keybinding in Copilot can be removed and then this setting can be removed. Part of microsoft#4059
1 parent 85950ef commit 5f4efa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ const terminalConfiguration: IConfigurationNode = {
693693
[TerminalSettingId.ExperimentalInlineChat]: {
694694
markdownDescription: localize('terminal.integrated.experimentalInlineChat', "Whether to enable the upcoming experimental inline terminal chat UI."),
695695
type: 'boolean',
696-
default: false
696+
default: true
697697
}
698698
}
699699
};

0 commit comments

Comments
 (0)