nvim-telescope / telescope-dap.nvim

Integration for nvim-dap with telescope.nvim
MIT License
323 stars 23 forks source link

Bug: selecting debug configuration opens new buffer with selection as name #12

Closed eyev0 closed 2 years ago

eyev0 commented 2 years ago

nvim version: NVIM v0.7.0-dev+1313-g3b28bd57f telescope: cf2d6d34282afd90f0f5d2aba265a23b068494c2 (latest as of now)

This happens due to actions.select_default:replace does not actually replace default action

Conni2461 commented 2 years ago

That shouldnt happen. This might be a bug in telescope. select_default:replace has to work! I cant test right now because i am on my phone. I will investigate later.

Conni2461 commented 2 years ago

can't reproduce. I tried Telescope git_branches and that works just fine and uses select_default:replace https://github.com/nvim-telescope/telescope.nvim/blob/cf2d6d34282afd90f0f5d2aba265a23b068494c2/lua/telescope/builtin/git.lua#L286

Conni2461 commented 2 years ago

dup of https://github.com/nvim-telescope/telescope.nvim/issues/1809