Hi VS Code dev here 馃憢
- Have python extension installed, have a
hello.py simple one line python script, do not have a launch.json
- Press F5 -> notice the quick pick asking me what kind of python debugging I want to do. Choose. Debug.
- Press F5 again -> again the same quick pick ask 馃悰
It would be very cool if we would save the user choice per active file if we can detect that a debug session was a success.
This would make the debugging flow much easier for new users imho.

Hi VS Code dev here 馃憢
hello.pysimple one line python script, do not have alaunch.jsonIt would be very cool if we would save the user choice per active file if we can detect that a debug session was a success.
This would make the debugging flow much easier for new users imho.