neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

Jedi errors shouldn't take up the whole screen #289

Open sersorrel opened 3 years ago

sersorrel commented 3 years ago

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?