pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

Where is the path in that list? #22

Closed pedro757 closed 3 years ago

pedro757 commented 3 years ago

https://github.com/Pocco81/DAPInstall.nvim/blob/3083f7973ea477ed4132c089c27614bc88bf36b3/lua/dap-install/core/debuggers_list.lua#L3-L16

The README.md specifies this:

Returns table of available debuggers in which the key is the name of the debugger and the value is another table in which index 1 has name of the module whithin DAPInstall.nvim and index 2 has the installation path.

but I don't think this works:

https://github.com/Pocco81/DAPInstall.nvim/blob/3083f7973ea477ed4132c089c27614bc88bf36b3/lua/dap-install/api/debuggers.lua#L9-L20

pocco81 commented 3 years ago

My bad. Did a refact and forgot to update that part of the doc and API. I'll fix this ASAP.