flutter-tools.nvim icon indicating copy to clipboard operation
flutter-tools.nvim copied to clipboard

fix: dap config selector ui, dap single request with no device

Open RyanCarrier opened this issue 2 years ago • 0 comments

dap launch config selector wasn't using the default ui option for this project

When selected a dap project that doesn't have deviceId specified, it will run twice, having to select the launch configuration twice. Launch configuration is set prior to the first run, and is stored int he runner, but then cleaned up immediately after running

RyanCarrier avatar Jul 07 '23 04:07 RyanCarrier