emacs-lsp / lsp-python-ms

lsp-mode :heart: Microsoft's python language server
https://emacs-lsp.github.io/lsp-python-ms
BSD 3-Clause "New" or "Revised" License
190 stars 41 forks source link

Occasionally excessive modeline and messaging noise #135

Open TheBB opened 4 years ago

TheBB commented 4 years ago

Sometimes lsp enters a state where, for any character I type, the progress bar in the modeline shows up for a brief second, and a message is shown that the server is analyzing. I don't know if it's necessarily a bug that the server is analyzing so much (presumably, that's its job), but I don't want to be told about it. Is it possible to suppress this behaviour, or otherwise avoid this?

vale981 commented 3 years ago

this vexes me too I wonder if this is a configuration problem