VS Code: modules incorrectly highlighted as unresolved ...
github.com › microsoft › pyrightMar 29, 2019 · The file *module.py* exists in the same directory vs code can use it : *go to definition* works fine if i write the full pathname: *from xxx.yyy.module import something * everything is fine in pyright i have also the same issues with third party modules like psycopg2 who work fine but are not resolved by Pyright import psycopg2 gives me the same issue i use a anaconda distribution with python ...