Created attachment 188292 [details] Error log from the LSP Since the 25.12 update (I think), the LSP for python is broken as Kate does not provide the document. Kate LSP config and versions: * jedi 0.46.0 * python-lsp-server 1.14.0 ```json { "servers": { "python": { "command": ["pylsp", "--check-parent-process"], "highlightingModeRegex": "^Python$", "settings": { "pylsp": { "plugins": { "autopep8": { "enabled": false }, "flake8": { "enabled": false }, "mccabe": { "enabled": false }, "pycodestyle": { "enabled": false }, "pydocstyle": { "enabled": false }, "pylint": { "enabled": false }, "mypy": { "enabled": false } } } } } } } ``` Error message attached.