Skip to content

Commit 679f4ce

Browse files
authored
Merge pull request microsoft#209841 from microsoft/tyriar/copilot-4059
Enable experimentalInlineChat by default
2 parents c8e422b + 5f4efa8 commit 679f4ce

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)