-
Notifications
You must be signed in to change notification settings - Fork 25
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
wrong-type-argument hash-table-p on pyright startup #75
Comments
Turns out the issue is caused by having |
Faced same issue trying to improve lsp-mode performance on huge project |
I met same issue, and fixed it by this emacs-lsp/lsp-mode#1036 |
So you have it working with pyright? I deleted all elc and eln files and still had the issue. |
yeah,it worked. This problem has really troubled me for a long time, but it has indeed been solved. If the above method does not work, you can also try the method mentioned by albertodonato (setq lsp-use-plists nil) |
I'm getting this error whenever lsp is started on a python buffer:
the pyright process is running correctly, but communication doesn't seem to work.
I've tried wiping and reinstalling all packages (including wiping all
.elc
files), with no change.The text was updated successfully, but these errors were encountered: