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
@@ -2473,16 +2473,14 @@ export class ToggleSyncExtensionAction extends DropDownExtensionAction {
2473
2473
}
2474
2474
2475
2475
overrideasyncrun(): Promise<any>{
2476
-
returnsuper.run({
2477
-
actionGroups: [
2478
-
[
2479
-
newAction(
2480
-
'extensions.syncignore',
2481
-
this.extensionsWorkbenchService.isExtensionIgnoredToSync(this.extension!) ? localize('sync',"Sync this extension") : localize('do not sync',"Do not sync this extension")
this.extensionsWorkbenchService.isExtensionIgnoredToSync(this.extension!) ? localize('sync',"Sync this extension") : localize('do not sync',"Do not sync this extension")
0 commit comments