How do you get debugger to work in current environment in VsCode

I cannot find the documentation on setting an active environment for the debugger.
It doesn’t appear to use the active environment set in the REPL. Instead it goes back to the default for the Julia version @1.5.

That environment doesn’t work for this module I’m trying to debug so the debugger fails on precompile. How do I tell it to use a different package environment?

Best Regards,
Allan Baker