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
constmaximizeIcon=registerIcon('auxiliarybar-maximize',Codicon.screenFull,localize('maximizeIcon','Icon to maximize the secondary side bar.'));
23
-
constrestoreIcon=registerIcon('auxiliarybar-restore',Codicon.screenNormal,localize('restoreIcon','Icon to restore the secondary side bar.'));
24
23
constcloseIcon=registerIcon('auxiliarybar-close',Codicon.close,localize('closeIcon','Icon to close the secondary side bar.'));
25
24
26
25
constauxiliaryBarRightIcon=registerIcon('auxiliarybar-right-layout-icon',Codicon.layoutSidebarRight,localize('toggleAuxiliaryIconRight','Icon to toggle the secondary side bar off in its right position.'));
@@ -224,17 +223,10 @@ class MaximizeAuxiliaryBar extends Action2 {
224
223
super({
225
224
id: MaximizeAuxiliaryBar.ID,
226
225
title: localize2('maximizeAuxiliaryBar','Maximize Secondary Side Bar'),
227
-
tooltip: localize('maximizeAuxiliaryBarTooltip',"Maximize Secondary Side Bar Size"),
226
+
tooltip: localize('maximizeAuxiliaryBarTooltip',"Maximize Secondary Side Bar"),
constmaximizeIcon=registerIcon('panel-maximize',Codicon.screenFull,localize('maximizeIcon','Icon to maximize a panel.'));
26
-
constrestoreIcon=registerIcon('panel-restore',Codicon.screenNormal,localize('restoreIcon','Icon to restore a panel.'));
27
26
constcloseIcon=registerIcon('panel-close',Codicon.close,localize('closeIcon','Icon to close a panel.'));
28
27
constpanelIcon=registerIcon('panel-layout-icon',Codicon.layoutPanel,localize('togglePanelOffIcon','Icon to toggle the panel off when it is on.'));
29
28
constpanelOffIcon=registerIcon('panel-layout-icon-off',Codicon.layoutPanelOff,localize('togglePanelOnIcon','Icon to toggle the panel on when it is off.'));
precondition: panelMaximizationSupportedWhen,// the workbench grid currently prevents us from supporting panel maximization with non-center panel alignment
0 commit comments