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
Hey. I'm thinking now, how would I do that? It's made in lua, which is I guess not supported by vim. Should I make a separate plugin for test debugging?
That's a valid approach, but I suspect lua plugins can still be called from vimscript. I think this might be more of a question for the nvim-dap team, I really don't know. If it's a matter of including a lua file or two in OmniSharp-vim, that's fine.
Hello.
Thanks for this amazing plugin! Works great for me.
However, one missing feature is being able to debug tests. I use neovim and it would be nice to be able to debug tests with nvim-dap.
From what I see, it works with
vimspector
though, so the request is to add support fornvim-dap
too.The text was updated successfully, but these errors were encountered: