Allow args
string in tasks.json
#128561
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
In
.vscode/launch.json
we could pass a string inargs
, but in.vscode/tasks.json
we can only pass an array of strings.In my situation, I want to pass an input via
${input:args}
, (likeresize -w10 -h10
) and still have the string splited to haveresize
,-w10
and-h10
passed to my program.This works well in
launch.json
, buttasks.json
require an array.The text was updated successfully, but these errors were encountered: