Hacker News new | ask | show | jobs
by skeledrew 805 days ago
Wait, so this is why Emacs has been locking up on me in most of my Python projects??
1 comments

Possibly. Definitely why it has been locking up on me when I added lsp-mode.

Lsp-mode will schedule one request per keypress but then cancel that request at the next keypress. But since the python LSP server doesn't do async, it handles cancel requests by ignoring them