Accoding to the "discussion" in https://reviews.llvm.org/D50571, it
was deemed sufficient that VSCode is fine with the non-standard
extension -- jt
Copyright-paperwork-exempt: yes
* eglot.el (eglot-handle-notification): Add &allow-other-keys
GitHub-reference: https://github.com/joaotavora/eglot/issues/81
(cl-loop
for diag-spec across diagnostics
collect (cl-destructuring-bind (&key range ((:severity sev)) _group
- _code source message)
+ _code source message
+ &allow-other-keys)
diag-spec
(setq message (concat source ": " message))
(pcase-let