You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:CocCommand workspace.showOutput Pyright has no output
VIM version 9.1.650 (note this is VIM not NeoVIM)
When I try to do import, I don't see the sys in the auto complete list. You can see the screenshot. In case of coc-basedpyright and coc-pylsp, I can see
The text was updated successfully, but these errors were encountered:
Pyright didn't provide auto suggestions for from/import keyword, after you input import , I mocked a completion request to Pyright and returned the completions. Pyright didn't provided sys in this case.
@fannheyward so means this is a bug in pyright and not coc-pyright because coc-pyright is using pyright internally and that pyright itself is not returning sys ?
Pyright version 1.1.377
:CocCommand workspace.showOutput Pyright has no output
VIM version 9.1.650 (note this is VIM not NeoVIM)
When I try to do import, I don't see the sys in the auto complete list. You can see the screenshot. In case of coc-basedpyright and coc-pylsp, I can see
The text was updated successfully, but these errors were encountered: