-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
documentHighlight failed when first opening a project #1096
Comments
You can ignore the
Can't reproduce this, do you have any error in |
Thanks for the quick reply. There's no error in
It sometimes takes a long time (seconds to a minite) to highlight variables where my cursor locates, I am not sure whether this is expected behavior. If I stay on one single source file, everything works fine after waiting for some moment (i.e., highlighting, goto definition, autocompletion, etc). However, if I do some other things like quickly switching between different tabs or use As a comparison, my other coc-extensions like coc-rust-analyzer is much faster during the same period. BTW, could you illustrate the meaning of |
Disable
coc.nvim will cancel the request at |
Thanks a lot, this do solve my problem |
Hello, thanks for the great work.
I have a small project wirtten in python. I found coc-pyright being very slow when starting. Specifically, when I first open my source file, it stucks for a long time beforing document highlighting works. Then I found the errors below. And before coc-pyright finally get to work, I found
node
cosuming 100% usage of a CPU core.What's the output of
:CocCommand pyright.version
[coc.nvim] coc-pyright 1.1.371 with Pyright 1.1.371
What's the output of
:CocCommand workspace.showOutput Pyright
Additionally, this is my CocInfo output
The text was updated successfully, but these errors were encountered: