Indicate that lsp-find-implementation is async as well
- this fixes an issue that when there are multiple implementations, jump to one implementation that's in another file fails
This commit is contained in:
parent
6563e89bda
commit
00de463d10
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ about it (it will be logged to *Messages* however).")
|
||||||
:definition #'+lsp-lookup-definition-handler
|
:definition #'+lsp-lookup-definition-handler
|
||||||
:references #'+lsp-lookup-references-handler
|
:references #'+lsp-lookup-references-handler
|
||||||
:documentation '(lsp-describe-thing-at-point :async t)
|
:documentation '(lsp-describe-thing-at-point :async t)
|
||||||
:implementations #'lsp-find-implementation
|
:implementations '(lsp-find-implementation :async t)
|
||||||
:type-definition #'lsp-find-type-definition)
|
:type-definition #'lsp-find-type-definition)
|
||||||
|
|
||||||
(defadvice! +lsp--respect-user-defined-checkers-a (orig-fn &rest args)
|
(defadvice! +lsp--respect-user-defined-checkers-a (orig-fn &rest args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue