VS code debugger question: environments

In VS code, when I start a debugger session, how do I set the environment. The ALT-J ALT-O julia REPL is set to the right environment, but when I start the debugger, it throws me to the parent environment and complains about packages not being recognized.

Thanks
Kumar

Fairly sure that’s simply a bug we have in the out-of-process debugger.

I figured out that the VS Code tool has a button on the bottom that allows you to set the environment.