-
Notifications
You must be signed in to change notification settings - Fork 305
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
No semantic highlight with pylsp #1530
Comments
How to solve this? Thanks. |
You would want to look at the logs and see if it is enabled or not. Instructions in readme. Feel free to share the logs if you are still having issues. |
The non-verbose log of these two files were similar, so i will show you the verbose version. They are quite long. |
In comparison, it is log for cpp file: cpp_v.log |
in fact i find that the output of |
Hello, I got some problem when working with python environment. Here is how I config relative plugins:
And I get
pylsp
by runningpip install "python-lsp-server[all]"
, which should be OK from here.And here is a comparison with semantic highlight for cpp with clangd.
The text was updated successfully, but these errors were encountered: