-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Extensions list doesn't auto-update when sync is installing extensions #100415
Comments
It seems user did not have any extensions before and when user opens extensions, Marketplace extensions are shown by default. I agree that in this case the default view shall be updated to installed extensions. It means view does not get updated if user switches to Marketplace extensions intentionally lets say by typing in search input. |
@misolori I thought about this a bit and it might not be really clear when to auto refresh or not, because user might be browsing Marketplace extensions in the view at this point and auto refreshing might not be intended? Is there any other passive approach like a hint or something in extensions view to represent extensions are installed/auto updated in the background? |
I think that if the user has the default view (no query) or any of the installed queries (installed, enabled, etc.) we should update the list. If they are searching through the marketplace then that makes sense to not update the list. However, in my experience when sync is installing extensions and I've searched through the marketplace the default view never gets updated long after extensions are installed (like when you clear your results). So we should make sure that is accounted for as well. This is one of the things that came up a lot in the user study and most people were confused/thought it didn't work. |
This came up a lot in our previous user studies and thought we filed this issue.
But when I update the query it shows the right info:
We should auto-refresh the list once sync starts installing extensions so users can see the update in real-time
The text was updated successfully, but these errors were encountered: