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
this._mainContainerDimension=getClientArea(this.parent,DEFAULT_WINDOW_DIMENSIONS);// running with fallback to ensure no error is thrown (https://github.com/microsoft/vscode/issues/240242)
'description': localize('secondarySideBarDefaultVisibility',"Controls the default visibility of the secondary side bar in workspaces or empty windows opened for the first time."),
543
543
'enumDescriptions': [
544
544
localize('workbench.secondarySideBar.defaultVisibility.hidden',"The secondary side bar is hidden by default."),
545
545
localize('workbench.secondarySideBar.defaultVisibility.visibleInWorkspace',"The secondary side bar is visible by default if a workspace is opened."),
546
-
localize('workbench.secondarySideBar.defaultVisibility.visibleInNewWorkspace',"The secondary side bar is visible by default if a new workspace is opened."),
547
546
localize('workbench.secondarySideBar.defaultVisibility.visible',"The secondary side bar is visible by default.")
0 commit comments