Reported in
https://github.com/joaotavora/eglot/discussions/1225.
* lisp/progmodes/eglot.el (eglot-execute): Fix typo.
(((Command)) (eglot--request server :workspace/executeCommand action))
(((CodeAction) edit command)
(when edit (eglot--apply-workspace-edit edit))
- (when command (eglot--request server :workspace/executeCommand action))))))
+ (when command (eglot--request server :workspace/executeCommand command))))))
(cl-defgeneric eglot-initialization-options (server)
"JSON object to send under `initializationOptions'."