Skip to content

Multiple Local Targets for same LSP method? #813

Answered by AArnott
CalvinAllen asked this question in Q&A
Discussion options

You must be logged in to vote

StreamJsonRpc will never dispatch a request to two methods. It will take the first match whose signature is compatible with the request. If you want to override or otherwise add your functionality to a method that already has a handler via the VS LSP library, you'll need to contact the VS LSP team to request that feature (assuming they don't already provide a means for that).

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@CalvinAllen
Comment options

Answer selected by CalvinAllen
Comment options

You must be logged in to vote
1 reply
@CalvinAllen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants