when making a launch.json to run our python stuff in the vscode debugger, sometimes there's trouble with finding the internal modules and junk. adding this can help:

"env": {"PYTHONPATH": "${workspaceFolder}"}

be sure to add it in to the list of items for each 'configuration', i.e. name, type, request, env

otherwise it won't work 🤷