Can't Import Files in vscode
It looks like you need to add this in the settings.json file:
"terminal.integrated.env.windows": {
"PYTHONPATH": "${workspaceFolder};"
},
In the Pycharm it will be added default: Add content roots to PYTHONPATH
. You can click Edit Configurations
in the PyCharm to find it out.