I\'ve been using VS Code for quite some time and just today I started having this strange issue. Previously if I started debugging an program (F5) it would start debugging a
Originally the config below worked, but it seems to have been deprecated and it now throws an error:
"console": "none"
The new usage is:
"console": "internalConsole"
There's a bug logged in GitHub to update the docs here.