Dart-Code: Cannot Hot Restart, i get this notification "There is already a debug configuration "Flutter" running"
I’m on macOS, After starting debugging using F5
i’m unable to initiate a Hot restart using the shortcut keys ctrl+F5
/ ^ F5
… i get a notification at the bottom of Vscode “There is already a debug configuration “Flutter” running”
But using the Command palette, i’m able to initiate the hot restart
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 22 (11 by maintainers)
I’m seeing this too, in similar circumstances.
A workaround is to select “Flutter: Hot Restart” from the Command Palette (command+shift+P).
Strange that this would work when the shortcut key fails.