Skip to content

Ability to select more than one target #128

Description

@andreeis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature: BuildRelated to the build commands, UI triggers and makefile targetsenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions