We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbfb8a commit 3abc4e4Copy full SHA for 3abc4e4
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -804,7 +804,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
804
const buttons: IQuickInputButton[] = [{
805
iconClass,
806
tooltip: nls.localize('viewCommandOutput', "View Command Output"),
807
- alwaysVisible: true
+ alwaysVisible: false
808
}];
809
// Merge consecutive commands
810
const lastItem = items.length > 0 ? items[items.length - 1] : undefined;
0 commit comments