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

"Install another version" picker gets very full of pre-release versions #140262

Closed
alexr00 opened this issue Jan 7, 2022 · 7 comments
Closed
Assignees
Labels
extensions Issues concerning extensions feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@alexr00
Copy link
Member

alexr00 commented Jan 7, 2022

For the GitHub Pull Requests and Issues extension, the pre-release version is published ~4 times per week. Since the pre-release versions are also showing in the "Install another version" picker, it gets very full.

image

When a user is using the stable/release version, the pre-release versions could be filtered out since they probably don't care about them.

@sandy081 sandy081 added extensions Issues concerning extensions feature-request Request for new features or functionality labels Jan 11, 2022
@sandy081 sandy081 added this to the January 2022 milestone Jan 11, 2022
@sandy081
Copy link
Member

@TylerLeonhardt Can I have a check box in the input box row with a label pre-release ? So that user can filter pre-release extensions?

@TylerLeonhardt
Copy link
Member

This would be a new feature ask for a generalized solution for filters. It's gotta be something we think through so it won't happen in January (or Feb at this point). Instead, can you use what we already have available:

  • A title bar button - could be used as a toggle to toggle between showing pre-release and not (might need @misolori for icons for that)
  • An item button that does ^
  • Have the first QPI in the list act as filter toggle that says something like "Hide pre-release versions..."

@miguelsolorio
Copy link
Contributor

miguelsolorio commented Jan 19, 2022

I think when the extension is already in pre-release mode you can filter out the stable ones and when using the stable version you filter out the pre-release. So it should only scope it for the version that the user is in, if they want to use a stable version then they can switch to it and then choose another.

@sandy081
Copy link
Member

Changed the action for extension with pre-release installed to as follows:

image

image

Otherwise you always see following (like before) and only released versions:

image

image

You have to switch to pre-release / release version to install other pre-release or release versions

@sandy081 sandy081 added verification-needed Verification of issue is requested author-verification-requested Issues potentially verifiable by issue author labels Jan 20, 2022
@sandy081
Copy link
Member

@alexr00 Can you please verify this

@alexr00
Copy link
Member Author

alexr00 commented Jan 25, 2022

/verified

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
extensions Issues concerning extensions feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants
@TylerLeonhardt @sandy081 @miguelsolorio @alexr00 and others