Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
So while migrating to pyproject.toml fixed editable installation behavior on Ubuntu, Pylance was still unable to figure out imports as vscode does not understand the import script .venv/lib/python3.10/site-packages/__editable___yapf_0_40_2_finder.py created by an editable install triggered by pip install -m venv .venv Using https://microsoft.github.io/pyright/#/import-resolution?id=setuptools suggestions of compat and strict mode did not resolve issues either. So instead I revert to manually adding third_party to the python.analysis.extraPaths setting in settings.json
- Loading branch information