Merge workspace commands when using multiple language servers #9017
Labels
A-command
Area: Commands
A-language-server
Area: Language server client
C-enhancement
Category: Improvements
See this comment. I guess there could be similar problems with other lsp features, but I haven't checked.
When multiple language servers are configured for a file, using
:lsp-workspace-command
will only show the commands for one of the servers. Also looking at the code, I think that using:lsp-workspace-command <command>
might also fail if multiple language servers are configured.(I might just tackle this issue myself since I also initially contributed that command)
The text was updated successfully, but these errors were encountered: