lite-xl / lite-xl-lsp

LSP Plugin for Lite XL editor
MIT License
160 stars 21 forks source link

Check if `Server` process is still valid before interacting with it #79

Closed Guldoman closed 1 year ago

Guldoman commented 1 year ago

As a note as to why I'm not just killing the process and keeping it around, but letting the GC do the work, in Lite XL master this gives the process some time to terminate, as it is not killed instantly.

Fixes #78.