Skip to content

Commit c4b0840

Browse files
committed
Fix compile
1 parent 510656a commit c4b0840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ class SingleTerminalTabActionViewItem extends MenuEntryActionViewItem {
375375
@ITerminalGroupService private readonly _terminalGroupService: ITerminalGroupService,
376376
@IContextMenuService private readonly _contextMenuService: IContextMenuService,
377377
@ICommandService private readonly _commandService: ICommandService,
378-
@IConfigurationService configurationService: IConfigurationService
378+
@IConfigurationService configurationService: IConfigurationService,
379379
@IInstantiationService private readonly _instantiationService: IInstantiationService,
380380
) {
381381
super(new MenuItemAction(

0 commit comments

Comments
 (0)