Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #430: send shutdown and exit messages without arguments
Fix regression introduced in 212a7f7 (#315). According to the LSP specification the exit notification and the shutdown request shouldn't have arguments ("params: void"). Note that jsonrpc.el send nil as null on the wire. * eglot.el (eglot-shutdown): Change back the arguments of :shutdown and :exit to nil.
- Loading branch information