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 fe333b3 commit 4c83b11Copy full SHA for 4c83b11
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -766,7 +766,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
766
const buttons: IQuickInputButton[] = [{
767
iconClass,
768
tooltip: nls.localize('viewCommandOutput', "View Command Output"),
769
- alwaysVisible: true,
+ alwaysVisible: true
770
}];
771
items.push({
772
label,
0 commit comments