Debugging flutter: How to force VSCode asking for device every time?

Viewed 972

I am using VSCode to debug my flutter apps. Hitting F5 I start debugging - and initially it lets me (usually) pick the device (chrome, android emulator etc). If I stop it and hit F5 again, it does not ask me anymore...

Furthermore, there must be some hierarchy between devices. If I have for example my phone connected through usb, it automatically picks it for debugging even if I have my emulator up and running. With flutter 2, now it always picks Chrome...

This behavior is super annoying...

How can I force VS Code to always ask me which device to pick?

If that is not possible, how can I edit this hierarchy to pick for example the emulator over the device connected through usb?

1 Answers
Related