Python debugging in a non-default conda env via WSL2 in Visual Studio Code
I am running a program through the bash terminal via WSL in Visual Studio Code. I want to debug using the built-in VS Code debugger. However, the Python debugger in VS Code runs a Windows command, even though I am using WSL. It also doesn’t look for the right Python interpreter.