Is there any way to use the "disableDefinition" equivalent on the implementation side of the extension? #3030
-
The For example, if you use two language servers (extension), you may want to disable the "definition" of only one of them. (Both provide a definition). |
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
Apr 14, 2021
Replies: 1 comment 6 replies
-
No |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
fannheyward
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No
disableDefinition
API yet, you can useprovideDefinition
middleware to return null/undefined result if you want to disable it.