Closed EnricoSteez closed 2 years ago
Set pyright.disableProgressNotifications
to true
in your coc-settings.json
Thank you! Do you think it's just a matter of notification to suppress or it is constantly checking/loading/parsing something it's not supposed to?
This just hide the progress notifications.
Yes, I understand what the setting does, I was wondering if in a normal installation (with the default setting) it is supposed to constantly appear or there's something wrong with my config.
What's the output of
:CocCommand pyright.version
coc-pyright 1.1.265 with Pyright 1.1.265What's the output of
:CocCommand workspace.showOutput Pyright
My issue is that the rectangular window (the one that says "loading pyright" or something similar), appears after I type any word in the file, as if it's loading something. I don't know if it's supposed to be like that or not. It is not only annoying to have something popping up constantly at the bottom of the screen, but I feel it might be slowing down stuff. My hoc-settings.json looks as follows:
As you can see I am formatting on save, not while typing, so I don't really understand why it would be loading. Since I am also experiencing slow line insert towards the end of python files, I tried to disable vim-polyglot (I installed the python syntax plugins manually) and it helped a lot, but it's still not snappy as I would like it to be (it's probably slower than VSCode...).