@@ -93,7 +93,7 @@ import { EditorOption, EditorOptions, IEditorOptions } from '../../../../editor/
93
93
import { IAsyncDataTreeViewState , ITreeCompressionDelegate } from '../../../../base/browser/ui/tree/asyncDataTree.js' ;
94
94
import { IUriIdentityService } from '../../../../platform/uriIdentity/common/uriIdentity.js' ;
95
95
import { EditOperation } from '../../../../editor/common/core/editOperation.js' ;
96
- import { IMenuWorkbenchToolBarOptions , WorkbenchToolBar } from '../../../../platform/actions/browser/toolbar.js' ;
96
+ import { HiddenItemStrategy , IMenuWorkbenchToolBarOptions , WorkbenchToolBar } from '../../../../platform/actions/browser/toolbar.js' ;
97
97
import { CancellationTokenSource } from '../../../../base/common/cancellation.js' ;
98
98
import { DropdownWithPrimaryActionViewItem } from '../../../../platform/actions/browser/dropdownWithPrimaryActionViewItem.js' ;
99
99
import { clamp , rot } from '../../../../base/common/numbers.js' ;
@@ -1449,7 +1449,7 @@ class SCMInputWidgetToolbar extends WorkbenchToolBar {
1449
1449
@IStorageService private readonly storageService : IStorageService ,
1450
1450
@ITelemetryService telemetryService : ITelemetryService ,
1451
1451
) {
1452
- super ( container , { resetMenu : MenuId . SCMInputBox , ... options } , menuService , contextKeyService , contextMenuService , keybindingService , commandService , telemetryService ) ;
1452
+ super ( container , options , menuService , contextKeyService , contextMenuService , keybindingService , commandService , telemetryService ) ;
1453
1453
1454
1454
this . _dropdownAction = new Action (
1455
1455
'scmInputMoreActions' ,
@@ -1947,6 +1947,7 @@ class SCMInputWidget {
1947
1947
1948
1948
return createActionViewItem ( instantiationService , action , options ) ;
1949
1949
} ,
1950
+ hiddenItemStrategy : HiddenItemStrategy . NoHide ,
1950
1951
menuOptions : {
1951
1952
shouldForwardArgs : true
1952
1953
}
0 commit comments