Add a command for stopping all LSP clients
This commit is contained in:
parent
b7363bef7d
commit
0a0535546f
7 changed files with 153 additions and 4 deletions
|
@ -1871,6 +1871,15 @@ ALEResetBuffer *ALEResetBuffer*
|
|||
|ALEDisableBuffer|.
|
||||
|
||||
|
||||
ALEStopAllLSPs *ALEStopAllLSPs*
|
||||
|
||||
`ALEStopAllLSPs` will close and stop all channels and jobs for all LSP-like
|
||||
clients, including tsserver, remove all of the data stored for them, and
|
||||
delete all of the problems found for them, updating every linted buffer.
|
||||
|
||||
This command can be used when LSP clients mess up and need to be restarted.
|
||||
|
||||
|
||||
===============================================================================
|
||||
9. API *ale-api*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue