diff options
author | w0rp <devw0rp@gmail.com> | 2018-03-06 10:23:49 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-03-06 10:23:55 +0000 |
commit | 0a0535546f4d9a0dfe02671630fdaba72ea5828d (patch) | |
tree | 4030efd6be03a941d4c1e247a13d3d1d782d8b27 /doc | |
parent | b7363bef7d8bdd553f10a6a168f4cd814616f6f9 (diff) | |
download | ale-0a0535546f4d9a0dfe02671630fdaba72ea5828d.zip |
Add a command for stopping all LSP clients
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 95c3c0e1..2e98cd71 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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* |