LSP
LSP copied to clipboard
revert limiting semantic highlight to one session
Revert semantic-highlighting specific part of #2688 since it breaks highlighting in Vue files.
If multiple sessions for semantic highlighting should really be allowed, then the show scope name command should probably check all self.sessions(self.capability) until it finds one that provides a semantic token for the given point, instead of using only one session in
https://github.com/sublimelsp/LSP/blob/9bfb68da38cbb71fa932924536395f1f8c3f676a/plugin/semantic_highlighting.py#L61
I've changed it to show tokens from all servers: