emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
396 stars 46 forks source link

Check for server capability before requesting callHierarchy #85

Closed ericdallo closed 3 years ago

ericdallo commented 3 years ago

Without this lsp-treemacs still requests callHierarchy for clojure and dart which don't support callHierarchy yet.

Also, it moves common code from ret action to a function

ericdallo commented 3 years ago

@yyoncho Not sure this may affect lsp-java