Usage of input from launch.json
inside tasks.json
when used as preLaunchTask
#201785
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
It's seems to be a re-open of this one: #95158
But I expected that if one uses the same input (same ID) in both the
launch.json
andtasks.json
that I would only get asked once for the input and it gets used in both files, but I am getting asked twice, which may lead to a misconfiguration if choosing a different option - the used inputs is below:So the feature I would like, is that the input, as long as the ID is the same, gets re-used - or a way to pass it through manually, like a
preLaunchTaskInputs
- to define each input one wants to supply, maybe as follows:Above would allow fixed set values or re-using inputs, even with different names, to be passed to the task - it's also the most flexible solution
The text was updated successfully, but these errors were encountered: