Bug 471946

Summary: Help Center: LSP Client Plugin configuration example contains typo
Product: [Applications] kate Reporter: 847240
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version First Reported In: 22.12.3   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description 847240 2023-07-04 14:03:03 UTC
SUMMARY

In the Handbook for Kate under the chapter 'LSP Client Plugin' -> 'Configuration' the example states

{
        "servers":
        {
                "python":
                {
                        "command": ["pylsp_in_env"], ["%{Project:NativePath}"],
                        "root": "."
                }
        }
}

However Kate does not accept a Copy&Paste of this example. This seems to be the correct version

{
        "servers":
        {
                "python":
                {
                        "command": ["pylsp_in_env", "%{Project:NativePath}"],
                        "root": "."
                }
        }
}


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 23.04 x86_64
(available in About System)
KDE Plasma Version: Plasma 5.27.4
Comment 1 847240 2023-07-06 11:33:23 UTC
Seems to be fixed in commit 88dcaab4