Is there a configuration setting that prevents the Debug panels (Variables, Watch, Call Stack) and Debug Console
Debug
Variables
Watch
Call Stack
Debug Console
Just open .vscode/launch.json in your workspace and set "externalConsole": true to not use the VS Code built in console but the OS default one.
.vscode/launch.json
"externalConsole": true