Closed tubzby closed 1 year ago
This is saying the neotest adapter (not the DAP adapter) doesn't support debugging. Those projects must implement debugging support
I have now the same issue with C#. Previously everything worked fine. Is the a problem of neotest or from neotest-dotnet or is it my config?
This is because neotest-dotnet changed its dap implementation, this should be fixed soon with recent changes to neotest.
See https://github.com/nvim-neotest/neotest/discussions/24#discussioncomment-5641606
I use neotest-go and neotest-rust, when I hove to the test function and run:
require("neotest").run.run({strategy = "dap"})
it prints:
I have setup dap already and it works with my main entry.