nvim-telescope / telescope-dap.nvim

Integration for nvim-dap with telescope.nvim
MIT License
314 stars 21 forks source link

Override of dap.ui.pick_one conflicts with nvim-dap 0.8.0 #23

Open MimeLyc opened 3 months ago

MimeLyc commented 3 months ago

Hi, tks u for the plugin and it helps me a lot.

I encountered this problem after upgrading nvim-dap to 0.8.0. ⬇️ version 0.8.0 with plugins telescope/telescope-ui/nvim-dap-go unable to run processId at correct time. · Issue #1258 · mfussenegger/nvim-dap

Is there any plan to resolve this conflict, or how can I make this plugin work with the latest nvim-dap?

ancientjpeg commented 1 month ago

Noticing the same issue — getting a crashing stack trace due to a null cb (see #25). Have you found a fix on your end?

ancientjpeg commented 1 month ago

I've temporarily fixed this on my end by coercing nvim-dap to point to the 0.7.0 tag. @trevorwhitney @rossjaywill hopefully that'll work for you too.