nvim-neotest / neotest-go

MIT License
124 stars 43 forks source link

Fix json output #82

Closed sergii4 closed 4 months ago

sergii4 commented 4 months ago

Another attempt to fix #52, #80

fredrikaverpil commented 4 months ago

@sergii4 still outputs JSON here, when having the cursor on line 9 and running "run nearest test".

Screenshot
sergii4 commented 4 months ago

@fredrikaverpil should work now

fredrikaverpil commented 4 months ago

I have a feeling this might have solved both #52 and #80. At least in my go-playground repo, I don't get the marshal_gotest_output errors anymore!

sergii4 commented 4 months ago

@fredrikaverpil thanks for collaboration and examples!