I have a project that I set up in Pycharm with a repo in GitHub. I would like to change IDE's to VS Code and need help setting up the project in VS Code
I have tried to open the entire folder in VS Code and I am able to access it fine. However, none of my imports within the package work.
For e.g.:
from my_package import my_module
This works fine in Pycharm, but fails in VS Code
Need instructions on the setup to avoid renaming all the imports in the package