Skip to content

Commit 4c83b11

Browse files
Tyriarmeganrogge
andauthored
Update src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
Co-authored-by: Megan Rogge <[email protected]>
1 parent fe333b3 commit 4c83b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
766766
const buttons: IQuickInputButton[] = [{
767767
iconClass,
768768
tooltip: nls.localize('viewCommandOutput', "View Command Output"),
769-
alwaysVisible: true,
769+
alwaysVisible: true
770770
}];
771771
items.push({
772772
label,

0 commit comments

Comments
 (0)