You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workbench hover to align and correctly apply delay setting (microsoft#204871)
* Workbench hover
* 💄
* placement element for tabs and breadcrumbs
* enableInstantHoverAfterRecentlyShown
* 💄
* adobt custom hover in all toolbars and labels
* dropdown hover
* widgets
* dispose hover delegate uf own instance
* testing hover delegate (might be a better way of doing this?)
* nullHoverDelegateFactory
* registering the disposables and handing down options
* Hygiene
* fix quickinput
this.dropdownButton.element.title=localize("button dropdown more actions",'More Actions...');
360
+
this._register(setupCustomHover(getDefaultHoverDelegate('mouse'),this.dropdownButton.element,localize("button dropdown more actions",'More Actions...')));
0 commit comments