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.instantiationService.createInstance(PredefinedExtensionFilterAction,'extensions.filter.popular',localize('most popular filter',"Most Popular"),'@popular'),
525
528
this.instantiationService.createInstance(PredefinedExtensionFilterAction,'extensions.filter.recommended',localize('most popular recommended',"Recommended"),'@recommended'),
526
529
this.instantiationService.createInstance(RecentlyPublishedExtensionsAction,RecentlyPublishedExtensionsAction.ID,localize('recently published filter',"Recently Published")),
530
+
newSeparator(),
527
531
newSubmenuAction('workbench.extensions.action.filterExtensionsByCategory',localize('filter by category',"Category"),EXTENSION_CATEGORIES.map(category=>this.instantiationService.createInstance(SearchCategoryAction,`extensions.actions.searchByCategory.${category}`,category,category))),
0 commit comments