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
constmenubarIcon=registerIcon('menu-bar',Codicon.menu,localize('menuBarIcon',"Represents the menu bar"));
1021
+
constmenubarIcon=registerIcon('menuBar',Codicon.layoutMenubar,localize('menuBarIcon',"Represents the menu bar"));
1022
1022
constactivityBarLeftIcon=registerIcon('activity-bar-left',Codicon.layoutActivitybarLeft,localize('activityBarLeft',"Represents the activity bar in the left position"));
1023
1023
constactivityBarRightIcon=registerIcon('activity-bar-right',Codicon.layoutActivitybarRight,localize('activityBarRight',"Represents the activity bar in the right position"));
1024
1024
constpanelLeftIcon=registerIcon('panel-left',Codicon.layoutSidebarLeft,localize('panelLeft',"Represents the side bar or side panel in the left position"));
constpanelAlignmentCenterIcon=registerIcon('panel-align-center',Codicon.layoutPanelCenter,localize('panelBottomCenter',"Represents the bottom panel alignment set to the center"));
1032
1032
constpanelAlignmentJustifyIcon=registerIcon('panel-align-justify',Codicon.layoutPanelJustify,localize('panelBottomJustify',"Represents the bottom panel alignment set to justified"));
1033
1033
1034
+
constfullscreenIcon=registerIcon('fullscreen',Codicon.screenFull,localize('fullScreenIcon',"Represents full screen"));
0 commit comments