|
(dolist (row (ignore-errors (eglot-code-actions (point)))) |
For true async actions, you should probably use jsonrpc-async-request directly. You can get the server, if it exists with eglot-current-server.
|
(when (bound-and-true-p eglot--managed-mode) ; check connection |
Likewise here, you should use eglot-current-server, not -- symbols
sideline-eglot/sideline-eglot.el
Line 63 in 2a7f641
For true async actions, you should probably use
jsonrpc-async-requestdirectly. You can get the server, if it exists witheglot-current-server.sideline-eglot/sideline-eglot.el
Line 74 in 2a7f641
Likewise here, you should use
eglot-current-server, not--symbols