Is it possible, in VSCode launch.json, to specify user input that is requested by the program after it has started? E.g. if the program asks for "Name?" I'd like to include "Lisa" in launch.json so I don't have to type it every time I want to debug.
Is it possible, in VSCode launch.json, to specify user input that is requested by the program after it has started? E.g. if the program asks for "Name?" I'd like to include "Lisa" in launch.json so I don't have to type it every time I want to debug.