How do I merge the results of two language servers running for the same buffer? #1102
Unanswered
redsuperbat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When developing in tsx i generally have loads of language servers running. Two of them are
emmet-language-server
andtsserver
.Sometimes the emmet server completely overrides the results from tsserver, I would like the merge these results instead. How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions