Commit e6b4456
fix handling of shutdown request and exit notification
vhdl_ls did not quit/exit after receiving the shutdown request and exit
notification, because the lsp_server handle_shutdown request already
waits for the exit notification and only returns true, if it is
received. With the old setup the handler for the exit notification was
never called, because handle_shutdown consumed the notification.
fixes #1421 parent 4f20cbd commit e6b4456
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | 276 | | |
281 | 277 | | |
282 | 278 | | |
| |||
0 commit comments