You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using require("neotest").run.run({ strategy = "dap" }) for my tests and got the notification Adapter doesn't support chosen strategy. Looks like nvim-dap is not supported in neotest-plenary.
Is it possible to debug plenary test files using nvim-dap and neotest-plenary? Thank you very much.
The text was updated successfully, but these errors were encountered:
The only debugger for neovim is https://github.com/jbyuki/one-small-step-for-vimkind. I attempted to make it work last year but the adapter was still very much WIP and had a few too many issues to be practical. It's been a while since I've tried so it may be a bit easier now, someone just needs to investigate. I'll have a look at some stage but also PRs are welcome 😄
Hi, thank you for the amazing plugin.
I tried using
require("neotest").run.run({ strategy = "dap" })
for my tests and got the notificationAdapter doesn't support chosen strategy.
Looks like nvim-dap is not supported in neotest-plenary.Is it possible to debug plenary test files using nvim-dap and neotest-plenary? Thank you very much.
The text was updated successfully, but these errors were encountered: