pocco81 / dap-buddy.nvim

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

netcoredbg latest github url broken #31

Closed RickButler closed 2 years ago

RickButler commented 2 years ago

The *nix url for netcoredbg is broken because they didn't follow their usual naming scheme for 1.2.0-825.

I pointed it to the new file name in 1.2.0-825

We could use 1.2.0-786 , but then it's a version behind and you have to keep up w/ changes every time they release. We could look at scripting the determination of what to download for latest but that doesn't seem ideal.

Whatever direction is up to you @Pocco81, I will adjust my PR accordingly.

pocco81 commented 2 years ago

Thanks for the PR!