Summary
I'm running my script as a module and using relative imports but any . import fails. The script runs fine so my project is setup correctly.
If I change it to from src import util then it no longer errors.
The autocomplete wants to import it as import util which fails when it runs but will correctly discover all functions etc.
Project directory

Version
2026.6.0 (via VSCode Marketplace)