The "Pylance missing imports Poetry link" problem is a classic case of tool isolation. Poetry stores environments in a cache; Pylance looks in the project root. Bridging them requires one of five strategies, each suited to different workflows:
Here's an example settings.json configuration: pylance missing imports poetry link