https://bugs.kde.org/show_bug.cgi?id=471946
Bug ID: 471946
Summary: Help Center: LSP Client Plugin configuration example
contains typo
Classification: Applications
Product: kate
Version: 22.12.3
Platform: Ubuntu
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
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
--
You are receiving this mail because:
You are watching all bug changes.