simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 158 forks source link

fix(debuggables): fix choosing debuggable #316

Closed sveatlo closed 1 year ago

sveatlo commented 1 year ago

Fixes #313 by filtering test compiler artifacts when debugging tests and bin compiler artifacts when debugging binary. Also adds check if multiple compiler artifacts are available as it is the case in running/debugging multiple test modules.