swyddfa / lsp-devtools

Tooling for working with language servers and clients.
https://lsp-devtools.readthedocs.io/en/latest/
59 stars 8 forks source link

Catch `CancelledErrors` #138

Closed alcarney closed 8 months ago

alcarney commented 8 months ago

This should ensure commands like lsp-devtools record exit cleanly when hitting Ctrl-C

Closes #133