GustavEikaas / easy-dotnet.nvim

Neovim plugin written in Lua for working with .Net projects in Neovim. Makes it easier to run/test/build/debug projects. Supports both F# and C#
MIT License
85 stars 7 forks source link

feat:🎁 debug singular unit test #130

Closed GustavEikaas closed 3 weeks ago

GustavEikaas commented 1 month ago

When debugging a unit test it would be nice to debug a single unit test and not the entire project. Especially for integration test projects, where 10min execution time is not abnormal