For build targets, many repositories would require to invoke make with more than one target (when for example "all" is not wanted).
It would help to have a UI with multiple selection instead of the current quickPick.
Current workaround is to use "makefile.configurations[].makeArgs" to hook up any combination of targets.
Another workaround is to alter the makefile to define an intermediary target containing the desired combination and selecting that target from the quickPick.
For launch, this may very well serve as a testing framework for running suites of regression tests, as long as they are defined as build targets and run targets in the makefile.
For build targets, many repositories would require to invoke make with more than one target (when for example "all" is not wanted).
It would help to have a UI with multiple selection instead of the current quickPick.
Current workaround is to use "makefile.configurations[].makeArgs" to hook up any combination of targets.
Another workaround is to alter the makefile to define an intermediary target containing the desired combination and selecting that target from the quickPick.
For launch, this may very well serve as a testing framework for running suites of regression tests, as long as they are defined as build targets and run targets in the makefile.