mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.11k stars 179 forks source link

Moved filtering logic from `pick_process` to `get_processes` #1097

Closed NicholasMata closed 6 months ago

NicholasMata commented 7 months ago

This implements a feature request I recently made #1096. If you believe it makes sense then here is a PR which implements the proposed change.

mfussenegger commented 6 months ago

Thanks