9fans / acme-lsp

Language Server Protocol tools for the acme text editor
MIT License
194 stars 25 forks source link

Restart LSP server if it's killed #11

Closed fhs closed 4 years ago

fhs commented 5 years ago

Some LSP servers (e.g.gopls) sometimes gets into a bad state after a while because of bugs. If the user kills the server with a signal, we should restart it (and properly redo initialization).

Note: apparently VScode does this.