Is that possible disable device switch in Visual Studio Code when develop flutter ?
What's my condition:
I have simulator opened, and debug for a while, code for a while.
Then I need to plugin my phone to charge power of phone. But vscode too clever to switch the device to my phone automatic.
And then when I debug, I always found why it's build slow now? And found out that it's debugging on my phone now...
Any idea to solve this ?
PS: I didn't always have usb power for my phone beside my computer.