I accidentaly clicked a message that I want to add src to path or something pretty similar and after this action everytime when I there is an auto-import of a module it imports the module but without src (in my example).
Example:
dir: src/
file: hook.py
function: send_message_via_webhook
When I start to type send - auto-import sees send_message_via_webhook which is fine BUT the path is from hook import send_message_via_webhook instead of from src.hook import send_message_via_webhook.
Can anyone please help me? It's driving me crazy and I can't find anything to help me.
Thanks a lot!