akinsho / flutter-tools.nvim

Tools to help create flutter apps in neovim using the native lsp
MIT License
935 stars 75 forks source link

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

Open RyanCarrier opened 11 months ago

RyanCarrier commented 11 months ago

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