Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for TaskGroup.id and isDefault. #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2022

  1. Add support for TaskGroup.id and isDefault. Fixes eclipse-theia#11519

    Adds support for id and isDefault and includes a small drive-by fix in
    the Task implementation where the taskRunOptions object was not properly
    initialized.
    
    Contributed on behalf of ST Microelectronics
    
    Signed-off-by: Thomas Mäder <[email protected]>
    tsmaeder committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    12017ab View commit details
    Browse the repository at this point in the history
  2. fix tests and linting

    Signed-off-by: Thomas Mäder <[email protected]>
    tsmaeder committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2ccacfe View commit details
    Browse the repository at this point in the history