microsoft / microsoft/vscode-makefile-tools

Ability to select more than one target

Open
#128 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Feature: Build
Dominant language
TypeScript
Stars
242
Forks
78
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the current quickPick flow for build and launch targets, then review how makefile.configurations[].makeArgs is used as the existing workaround. Define done as allowing multiple targets to be selected for build and launch without requiring configuration or Makefile changes; the issue does not name specific files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
build-system, developer-experience
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.