Closed cryptomilk closed 4 days ago
This might be the wrong way to fix it. The pick_one function uses vim.ui.select() which can be replaced. This is done by:
Confirming that this works perfectly. Thanks @cryptomilk
Ping
@Conni2461 @theHamsta @zoriya @JRasmusBm
Ping, as well :)
I solved it like this for me until this has been merged:
local dap_ui = require("dap.ui")
local original_pick_one = dap_ui.pick_one
telescope.load_extension("dap")
dap_ui.pick_one = original_pick_one
Thanks :)
Fixes #23