Make "args": "${command:pickArgs}"
as default debug configuration
#497
Labels
triage-needed
Needs assignment to the proper sub-team
Originally posted at vscode/issues#225834
I was really frustrated when I "debug Python files with arguments", input my space-separated argument list, and see my script treating it like a single argument. So I think it is more sensible to make
"args": "${command:pickArgs}"
as default, instead of"args": ["${command:pickArgs}"]
. More specifically, I suggest changing the default debug configuration:to:
The text was updated successfully, but these errors were encountered: