Bug 474612

Summary: Cannot use more than one language server for configured language
Product: [Applications] kate Reporter: KhazAkar <damianzrb>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: cullmann, lengau
Priority: NOR    
Version: 23.08.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: My .kateproject configuration

Description KhazAkar 2023-09-17 13:11:16 UTC
SUMMARY
***
When trying to configure jedi-language-server and diagnostic-languageserver to be used together for python language, I'm unable to launch either jedi or diagnostic-languageserver
***


STEPS TO REPRODUCE
1.  Create venv and install jedi-language-server
2.  Install diagnostic-languageserver with yarn global install diagnostic-languageserver
3.  Try to configure diagnostic-languageserver not under python 'umbrella'
4. Open python file

OBSERVED RESULT
Only one popup, for python language server is present

EXPECTED RESULT
Should be 2 - one for python language, and other for this diagnostic language server.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed 20230914
KDE Plasma Version:  5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION
Kernel: 6.5.3-1-default
Graphics Platform: Wayland

link to jedi-language-server: https://github.com/pappasam/jedi-language-server
link to diagnostic-languageserver: https://github.com/iamcco/diagnostic-languageserver/tree/master
Comment 1 KhazAkar 2023-09-17 13:12:54 UTC
Created attachment 161669 [details]
My .kateproject configuration
Comment 2 Christoph Cullmann 2024-03-15 18:37:37 UTC
Is a good idea, but somebody needs to step up to implement it.
Comment 3 Waqar Ahmed 2024-03-18 11:57:33 UTC
*** Bug 481340 has been marked as a duplicate of this bug. ***