Skip to content

Commit da96f99

Browse files
Copilotjustschen
andauthored
Set SimpleTerminalCollapsible default true for Insiders, false for Stable (#296911)
* Initial plan * Set SimpleTerminalCollapsible default true for insiders, false for stable Co-authored-by: justschen <54879025+justschen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: justschen <54879025+justschen@users.noreply.github.com>
1 parent f09cd43 commit da96f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ configurationRegistry.registerConfiguration({
11271127
},
11281128
[ChatConfiguration.SimpleTerminalCollapsible]: {
11291129
type: 'boolean',
1130-
default: false,
1130+
default: typeof product.quality === 'string' && product.quality !== 'stable', // only enable as default in insiders
11311131
markdownDescription: nls.localize('chat.tools.terminal.simpleCollapsible', "When enabled, terminal tool calls are always displayed in a collapsible container with a simplified view."),
11321132
tags: ['experimental'],
11331133
},

0 commit comments

Comments
 (0)