Pylance Missing Imports Poetry Link -

Troubleshooting Pylance Missing Imports with Poetry

"python.analysis.extraPaths": [ "./packages/backend/src", "./packages/shared" ]

Pylance needs to know where to find the dependencies installed by Poetry. To do this, you can configure Pylance to use the Poetry virtual environment. pylance missing imports poetry link

Guide: Fix Pylance Missing Imports with Poetry