I have my Python code running fine in Visual Studio Code on Windows 10. The problem is when I try to run "debug in terminal", I always get the PowerShell terminal launched. I need Windows Command terminal (CMD). I have already set my default terminal to Windows Command Shell (CMD) terminal. If I click "terminal", and then "new terminal" in VS Code, I can get Windows Command (CMD) terminal. But when I type "RUN", then "Start Debugging", I got PowerShell terminal launched, which is not able to activate my Conda environment. This worked fine in my older version of VS Code, until I upgraded my Visual Studio Code to the latest version 1.60.0. I also tried to de-install my VS Code completely and reinstall VS Code again, and the issue persist. Now I could not debug and trace my Python program any more in VS Code, very much appreciated if anyone can help, thanks.
