Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Outdated and Recently updated views and menu filter #160994

Merged
merged 2 commits into from Sep 15, 2022

Conversation

benibenj
Copy link
Contributor

Also removed the @installed menu filter as discussed

@benibenj benibenj enabled auto-merge (squash) September 15, 2022 14:34
@benibenj benibenj self-assigned this Sep 15, 2022
@benibenj benibenj added this to the September 2022 milestone Sep 15, 2022
@@ -13,7 +13,7 @@ export class Query {
}

static suggestions(query: string): string[] {
const commands = ['installed', 'outdated', 'enabled', 'disabled', 'builtin', 'featured', 'popular', 'recommended', 'recentlyUpdated', 'recentlyPublished', 'workspaceUnsupported', 'deprecated', 'sort', 'category', 'tag', 'ext', 'id'] as const;
const commands = ['installed', 'outdated', 'updates', 'enabled', 'disabled', 'builtin', 'featured', 'popular', 'recommended', 'recentlyUpdated', 'recentlyPublished', 'workspaceUnsupported', 'deprecated', 'sort', 'category', 'tag', 'ext', 'id'] as const;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove outdated and recentlyUpdated filters in favour of updates

@benibenj benibenj merged commit 24c0c7c into main Sep 15, 2022
@benibenj benibenj deleted the benibenj/extensionsUpdatesFilter branch September 15, 2022 15:22
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants