emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 141 forks source link

Use lsp-feature? to check for hover capability instead of lsp--capability #734

Closed theschmocker closed 1 year ago

theschmocker commented 1 year ago

lsp--capability doesn't correctly pickup hover capability when using omnisharp. lsp-feature? does. This fix lsp-ui-doc when using omnisharp

Related: https://github.com/emacs-lsp/lsp-mode/issues/3735

brotzeit commented 1 year ago

:+1: