Skip to content

Commit 3abc4e4

Browse files
committed
only show output button on focus of item, part of microsoft#14396
1 parent 5fbfb8a commit 3abc4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
804804
const buttons: IQuickInputButton[] = [{
805805
iconClass,
806806
tooltip: nls.localize('viewCommandOutput', "View Command Output"),
807-
alwaysVisible: true
807+
alwaysVisible: false
808808
}];
809809
// Merge consecutive commands
810810
const lastItem = items.length > 0 ? items[items.length - 1] : undefined;

0 commit comments

Comments
 (0)