I'm new to VS Code so maybe this is obvious, but how can I run and debug a specific active file? I have multiple open files in my workspace and when I go to run the one I'm editing, VS Code continues to open a previously opened file instead of the one I'm working on.
I've tried closing the file that it continues to default to running but it's not recognizing the most recent edited file in my workspace that I want to run. How can I identify or isolate it to be the one that opens when I click run?