Open GH repo resets quick pick focus while browsing
Again maybe root cause is core. This caused me to open the wrong repo:

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.
@TylerLeonhardt FYI since you're jumping into quick pick soon.
This is probably https://github.com/microsoft/vscode/issues/76193
I'd expect items to be added not removed above, if that matters
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.
Where is this code btw?