Yeah, if you're looking for these bits of the Python extension, it's moved over to the debugpy extension now. In case you missed the announcement, it's at https://code.visualstudio.com/updates/v1_86#_python-debugger-extension-installed-by-default. See also https://github.com/microsoft/vscode-python/pull/22502 and the following https://github.com/microsoft/vscode-python/pull/22738.
Make sure the ms-python.debugpy extension is installed (it should be installed automatically as part of the Python extension update), and that it's enabled. Then press F5, and when prompted to select a debugger, select "Python Debugger", and then you'll see the options you want.
VS Code Python January 2024 "Run and Debug" how to re-enable "select a debug configuration" - Stack Overflow
How to set up python debugger for VS Code? - Stack Overflow
python - Default VS Code debugger - Stack Overflow
How to debug Python 3.6 in VSCode?
Videos
Yeah, if you're looking for these bits of the Python extension, it's moved over to the debugpy extension now. In case you missed the announcement, it's at https://code.visualstudio.com/updates/v1_86#_python-debugger-extension-installed-by-default. See also https://github.com/microsoft/vscode-python/pull/22502 and the following https://github.com/microsoft/vscode-python/pull/22738.
Make sure the ms-python.debugpy extension is installed (it should be installed automatically as part of the Python extension update), and that it's enabled. Then press F5, and when prompted to select a debugger, select "Python Debugger", and then you'll see the options you want.
I tried your suggestion but it did not work for me.
My solution (trial and error) was:
1/ uninstalling vscode via add/remove programs.
2/ using 'everything' to search for any files with 'vscode' in their name and nuking them.
3/ reinstalling vscode.
Skipping step 2 did not work-all my extensions were still there. Even with doing step 2 I must have missed some files because it still opened up in my project directory & virtual environment. However it needed python & python debugger applications reinstalling. I have no idea which bits were important and frankly I don't have the interest or means to find out.
