coc-python
coc-python copied to clipboard
Jedi errors shouldn't take up the whole screen
Whenever Jedi runs into a problem (e.g. #287), the entire screen is filled with a pages-long traceback. It's useful to be able to see the traceback for debugging purposes, but it's not useful for it to take over the whole screen. Is there a log file it could go into instead?