eclipse-theia/theia

Quickpick doesn't work when items are updated

Open

#6,626 opened on Nov 25, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
bughelp wantedquick-openvscode

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

I'm trying to test the asExternalUri support using the instructions from @akosyakov at https://github.com/eclipse-theia/theia/pull/6465#issuecomment-556072510 (though I'm using the master branch since that PR is now merged).

When the Dart extension opens the device picker (either by trying to launch an app or clicking on the device label in the status bar) the selector appears but it's impossible to select an item (either with the keyboard or the mouse):

Screenshot 2019-11-25 at 3 51 16 pm

Contributor guide