[BUG] [based]pyright doesn't detect current python from devShell (but yes from venv) #2631
Open
1 task done
Labels
bug
Something isn't working
pyright
basedpyright
unstable
/24.11
mix24.11
Description
Minimal, Reproducible Example (MRE)
Installing a dependency (e.g.
numpy
) through a devShell still triggers a missing import error in pyright. Activating avenv
fixes this.My guess is that this is an internal issue with
pyright
, but I am too tired to debug it rn.The text was updated successfully, but these errors were encountered: