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