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
I have two projects.
In one I'm unable to use lsp functionality e.g. lsp-help (no errors whatsovever, just nothing shown).
It differs from the working project by it's python version.
Specifically, they differ in Pipfile.
Working:
[requires]
python_version = "3.8"
Non-working:
[requires]
python_full_version = "3.9.2"
Any ideas what's stopping lsp-pyright from working in 3.9.2?
The text was updated successfully, but these errors were encountered:
I have two projects.
In one I'm unable to use lsp functionality e.g.
lsp-help
(no errors whatsovever, just nothing shown).It differs from the working project by it's python version.
Specifically, they differ in
Pipfile
.Working:
Non-working:
Any ideas what's stopping
lsp-pyright
from working in 3.9.2?The text was updated successfully, but these errors were encountered: