What is the proper VSCode Debugger configuration for Julia

I am new to Julia. My debugger used to work in VSCode and then I think I must have changed something (I’m not sure what) and it is no longer working. I don’t even see the “Run and Debug” button in Julia now. At the top LH corner it used to say “No Configuration” and would run fine. Now for some reason it has selected “Run Active Julia”. Here’s what I’m seeing:


I’m assuming this has something to do with my launch file but I’m not sure what to change to get it working again. When I run the debugger it does not run my code and does not stop at breakpoints. My code executes fine using the run button, but not using the debugger.