Issafalcon / neotest-dotnet

Neotest adapter for dotnet
MIT License
63 stars 20 forks source link

Simplify use of custom "dap" strategy #62

Closed Issafalcon closed 1 year ago

Issafalcon commented 1 year ago

Based on latest changes to neotest (https://github.com/nvim-neotest/neotest/discussions/24#discussioncomment-5784547) the strategy parameter can now be a custom function.

The workaround for implementing the custom dotnet dap strategy prior to this is no longer required, so it can be simplified so the user just needs to follow the guidance from neotest core, instead of the hacky way neotest-dotnet is doing it at the moment.