nvim-telescope / telescope-dap.nvim

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

Add telescope process picker for 'attach' configurations #14

Closed hendrikbursian closed 11 months ago

hendrikbursian commented 2 years ago

Hey, I like this extension and replaced the dap process picker with a picker from telescope for ease of use. That was also mentioned in #9. Let me know if anything speaks against a merge.

mfussenegger commented 1 year ago

The pick_process function in nvim-dap uses vim.ui.select, so this shouldn't be necessary?

Monkey patching dap.run is also not supported by nvim-dap, please don't do that.