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
{ "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "stopOnEntry": false, "console": "none" },
these are my launch.json settings and it's working with this.