You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my current experience, Pyright seems to outperform Jedi (and python-lsp-server) when using autocomplete.
Based on the work in #587, I would like to be able to configure Pyright as the main language server, but keep running python-lsp-server as a linter.
I tried the suggestions in #587, the secondary language server is "available" but it doesn't run.
May you share configuration insights to run the two servers together?
I keep thinking this project if of outmost importance for the Jupyter community, to let Jupyter compete with most mature IDEs... thanks for the continuous improvements!
The text was updated successfully, but these errors were encountered:
What I am trying to do...
Hi!
In my current experience, Pyright seems to outperform Jedi (and python-lsp-server) when using autocomplete.
Based on the work in #587, I would like to be able to configure Pyright as the main language server, but keep running python-lsp-server as a linter.
I tried the suggestions in #587, the secondary language server is "available" but it doesn't run.
May you share configuration insights to run the two servers together?
I keep thinking this project if of outmost importance for the Jupyter community, to let Jupyter compete with most mature IDEs... thanks for the continuous improvements!
The text was updated successfully, but these errors were encountered: