mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
@@ -226,6 +226,9 @@ export class ChatTerminalToolProgressPart extends BaseChatToolInvocationSubPart
|
||||
if (!showOutputAction) {
|
||||
showOutputAction = new ToggleChatTerminalOutputAction(expanded => this._toggleOutput(expanded));
|
||||
this._showOutputAction.value = showOutputAction;
|
||||
if (command.exitCode) {
|
||||
this._toggleOutput(true);
|
||||
}
|
||||
}
|
||||
showOutputAction.syncPresentation(this._outputContainer.classList.contains('expanded'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user