Visual Studio Code – ModuleNotFoundError while using GitHub codespace editor
Recently I started using GitHub codespace for the first time. I created a new codespace from one of my repositories. Assuming the folder structure as below: my-codespace |--- utils |------ my_script.py |--- config.py I get the following error when I…