Malformed JSON debug message causes Python exception
randomizedthinking opened this issue · 2 comments
randomizedthinking commented
I encountered this strange problem that a python exception is thrown when some fs file is open. After some digging, seems folks in emacs-fsharp-mode discussed it at: fsharp/emacs-fsharp-mode#130. And they had already a solution: fsharp/emacs-fsharp-mode#131.
Can we implement something similar in vim-fsharp? Regards.
kjnilsson commented
Thanks for the report, Yes I think we'll have to. I'm a bit strapped for time this week so if anyone would like to submit a PR that would be much appreciated.
randomizedthinking commented
Just got a quickfix at #84. The idea is quite simple. Let me know how you think.