emacs-lsp / emacs-ccls

Emacs client for ccls, a C/C++ language server
200 stars 29 forks source link

Don't use `lsp-execute-command' #104

Open nbfalcon opened 3 years ago

nbfalcon commented 3 years ago

That function is a liability and needs to be eliminated; use :action-handlers instead.

See the discussion in https://github.com/emacs-lsp/lsp-mode/pull/2299 for why this is necessary.

nbfalcon commented 3 years ago

This PR is a prerequisite for emacs-lsp/lsp-mode#2299.