This reverts commit
1e7f94d75a30628be56ad00de8c6245f5f3e9fdf.
The spec doesn't define Command as implemented in the commit.
GitHub-reference: fix https://github.com/joaotavora/eglot/issues/164
GitHub-reference: fix https://github.com/joaotavora/eglot/issues/165
(when edit
(eglot--apply-workspace-edit edit))
(when command
- (cond ((stringp command)
- (eglot-execute-command server (intern command) arguments))
- ((listp command)
- (eglot-execute-command server
- (intern (plist-get command :command))
- (plist-get command :arguments))))))))
+ (eglot-execute-command server (intern command) arguments)))))
\f