Skip to content
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

What makes lsp work in one project but not in another #103

Open
RidaAyed opened this issue Sep 26, 2024 · 0 comments
Open

What makes lsp work in one project but not in another #103

RidaAyed opened this issue Sep 26, 2024 · 0 comments

Comments

@RidaAyed
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant