Commit 9e208a2
committed
Introduce syntaxServerExitsOnShutdown as an extended capability.
- Fixes #1928
- In languageclient 7.x, the client fails to send the necessary exit()
once a shutdown() response is received from the language server
- When client defines syntaxServerExitsOnShutdown as true, the language
server will exit immediately after the shutdown request
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>1 parent 5e481ee commit 9e208a2
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
0 commit comments