As said in the title, my Python Debugger in visual studio seems to only be working on new scripts I create. I must have accidentally updated something or changed a setting earlier since I got the error mention in this link:
VSCode Python: Error while enumerating installed packages
I installed importlib-metadata and debugpy as mentioned in one of the comments of that thread and it seemed to remove the Error while enumerating installed Packages issue. However, the debugger simply does nothing now when I try to run it on one of my old scripts. I will click on run at the top application, click 'Start Debugging', and nothing happens.
When I do the same thing for any script I created after the Error while enumerating installed package error, the debugger seems to work just fine.
I would rather not have to recreate all my scripts just so I am able to debug them. Why would the debugger only work on scripts that were created after a certain error occurred?
Also it is worth noting both work just fine when running normally without the debugger.
Thanks

User/workspaceStorage/.