Open GH repo resets quick pick focus while browsing
Opened this issue · 6 comments
Tyriar commented
eamodio commented
Hrm, I think I've seem something kind of similar. Also that search doesn't work very well either. But yeah, that is a core feature.
Tyriar commented
@TylerLeonhardt FYI since you're jumping into quick pick soon.
TylerLeonhardt commented
This is probably microsoft/vscode#76193
Tyriar commented
I'd expect items to be added not removed above, if that matters
TylerLeonhardt commented
True yeah this is different. I'm thinking the problem is, @eamodio sets picker.items
and that resets the focus back to the top when really it should honor what the activated items were prior.
@eamodio can you do this for me, every time you're about to set items
store the activeItems
and then set activeItems
after setting items
. I think that'll fix the problem.
TylerLeonhardt commented
Where is this code btw?