Closed
Description
From @mike-pt on January 30, 2017 23:14
While discussing the ability to get user input to define program or args (see vscode#9544 ) I noticed I could do this with the python debugger for "args".
Since args
expects an array not a strings this is at the moment impossible, however if args would be changed to string and (as suggested in the GHI) the Pyhton Debbuger impletments its own ${command.extension.python-debug.getCommandline}
we could easy promt the "user" for args, this would be very handy when testing an appp for a bunch of different scenarios that change according to those args.
Please consider this as a FR
Copied from original issue: DonJayamanne/pythonVSCode#684