Jupyter LSP not working for me (original) (raw)

Hi Community!

I seem to have misconfigured the LSP server (for Python specifically). I don’t get any error/warning highlighting and nothing shows up in the diagnostics panel even though:

Hover is working though.

Thanks for any help!

jedi-language-server does not provide any linting (code quality/correctness warning that go to diagnostics panel) except for syntax errors as jedi does not support it. You would want pylsp-language-server for this. You need to go to settings and change the priority of the servers.