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

            Bug ID: 514279
           Summary: Kate LSP support sends "None" document variable to
                    pylsp
    Classification: Applications
           Product: kate
      Version First 25.12.0
       Reported In:
          Platform: Flatpak
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 188292
  --> https://bugs.kde.org/attachment.cgi?id=188292&action=edit
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.

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

Reply via email to