-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor position outside buffer #11
Comments
Thanks for reporting that, I'll have a look. |
The second issue should be fixed: c89c428 |
I can't reproduce the first issue. Pylyzer seems to be slow to respond and times out, pylsp works fine. Does the first error happen with any file? |
The second issue is fixed. The first one is still present. If clicking back in the symbols pane, I get this slightly different message:
I tried with md, lua, C, nvim, and tex files, plugin works as expected. The problem arises with py and ipynb files using pylsp, while pylyzer never gets running. |
I have been using pyright for code checking, but wanted to switch to pylsp or pylyzer. Using any of these other LSPs the symbols window opens and remains empty with this error message:
Clicking anywhere in the source code, another error message shows up:
Changed timeout, but same problem. Going back to pyright, things work normally.
Any idea why the plugin smashes with these LSPs?
The text was updated successfully, but these errors were encountered: