https://bugs.kde.org/show_bug.cgi?id=495401

            Bug ID: 495401
           Summary: Support for multiple LSP running at the same time on
                    the same file
    Classification: Applications
           Product: kate
           Version: 24.08.2
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: application
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: p3dima...@hotmail.it
  Target Milestone: ---

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY
I want to run multiple language servers, like lsp-ai and nil, and get their
suggestion from both of them. At the moment I get suggestions from only one of
them 
STEPS TO REPRODUCE
For example, with the nix default config and the following config for lsp-ai
                        lsp-ai = {
                                command = "${pkgs.lsp-ai}/bin/lsp-ai";
                                highlightingModeRegex = ".*";
                                initializationOptions = {
                                        memory.file_store={};
                                        models.local ={
                                                type = "ollama";
                                                model = "codestral";
                                                max_requests_per_second =
1000000;
                                                chat_endpoint = "...";
                                                generate_endpoint = "...";
                                        };
                                };
                        };


OBSERVED RESULT
Only the suggestions from lsp-ai are shown, not from nil

EXPECTED RESULT
Both suggestions are shown

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.11.5
KDE Plasma Version: 6.2.2
KDE Frameworks Version: 6.7.0
Qt Version: 6.8.0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to