emacs-lsp / lsp-pyright

lsp-mode :heart: pyright
https://emacs-lsp.github.io/lsp-pyright
GNU General Public License v3.0
291 stars 25 forks source link

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

Open RidaAyed opened 2 months ago

RidaAyed commented 2 months ago

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?