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

Christoph Cullmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |[email protected]

--- Comment #1 from Christoph Cullmann <[email protected]> ---
The master branch now uses

"pyls" "--check-parent-process"

to start the Python LSP server, that seems to work on Windows.

You can test it e.g. with the nightly installer that is linked on
kate-editor.org

(or you added a local config that is like this below)

        "python": {
            "command": ["pyls", "--check-parent-process"],
            "url": "https://github.com/palantir/python-language-server";,
            "highlightingModeRegex": "^Python$"
        },

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

Reply via email to