-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
I've just started using nvim-dap with flutter-tools and have found an inconsistency when running it.
This happens with both, FlutterDebug and FlutterRun with debugger enabled.
The issue is, that after selecting a configuration, the device selection pops up, but vim mode changes to "normal", which makes prevents navigation through the devices with the arrow keys. Instead, I have to switch to "insert" mode again with i.
Also, after selecting a device, the configuration pops up again, which is redundant, since it's already selected previously.
Actual behaviour
- Run FlutterDebug
- Configurations pop up and are selectable with arrow keys
- Devices show up and are not selectable with arrow keys
- Configurations pop up again
- The app launches on the device
Expected behaviour
- Run FlutterDebug
- Configurations pop up and are selectable with arrow keys
- Devices show up and should be selectable with arrow keys
- The app launches on the device
ScreenCapture-2024-12-28_13.47.05.mp4
Metadata
Metadata
Assignees
Labels
No labels