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
super('workbench.experimental.share.enabled',localize('toggle.share','Share'),localize('toggle.shareDescription',"Toggle visibility of the Share action in title bar"),2,false,ContextKeyExpr.has('config.window.commandCenter'));
super(LayoutSettings.LAYOUT_ACTIONS,localize('toggle.layout','Layout Controls'),localize('toggle.layoutDescription',"Toggle visibility of the Layout Controls in title bar"),3,true);
69
+
super(LayoutSettings.LAYOUT_ACTIONS,localize('toggle.layout','Layout Controls'),localize('toggle.layoutDescription',"Toggle visibility of the Layout Controls in title bar"),4,true);
exportconstShareProviderCountContext=newRawContextKey<number>('shareProviderCount',0,localize('shareProviderCount',"The number of available share providers"));
@@ -84,3 +86,9 @@ export class ShareService implements IShareService {
super('workbench.experimental.share.enabled',localize('toggle.share','Share'),localize('toggle.shareDescription',"Toggle visibility of the Share action in title bar"),3,false,ContextKeyExpr.and(ContextKeyExpr.has('config.window.commandCenter'),ContextKeyExpr.and(ShareProviderCountContext.notEqualsTo(0),WorkspaceFolderCountContext.notEqualsTo(0))));
0 commit comments