The official [Python Tutorial](https://code.visualstudio.com/docs/python/python-tutorial) doesn't seem to be up-to-date. In February the default debug config was renamed to [Python: Current File](https://github.com/Microsoft/vscode-python/pull/712/files/abe1b986efdb2bb930bb934f1756ca13abc15860). the content under the heading [Debuggin Hello World](https://code.visualstudio.com/docs/python/python-tutorial#_debugging-hello-world) doesn't reflect this change: - The text says "These different configurations are fully explained in Debugging; for now, just select "Python,". - [the accompanying image also still contains the old name](https://code.visualstudio.com/assets/docs/python/tutorial/debug-configurations.png).
The official Python Tutorial doesn't seem to be up-to-date.
In February the default debug config was renamed to Python: Current File.
the content under the heading Debuggin Hello World doesn't reflect this change: