-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Description
For the longest time I was able to access the pry
console while running tests using :TestNearest
, but it hasn't been working of late. I am able to run tests using :TestNearest
and the other vim-test
commands. My issue is that if I throw in a binding.pry
in the test, I don't see the pry
console open up anymore in the test window. That used to work before, and I can't figure out why. I'm also using vim-dispatch
if that matters.
Any help would be greatly appreciated :)
ioanniswd