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

[tasks] support 'group' in tasks #6144

Closed
vince-fugnitto opened this issue Sep 9, 2019 · 0 comments · Fixed by #6522
Closed

[tasks] support 'group' in tasks #6144

vince-fugnitto opened this issue Sep 9, 2019 · 0 comments · Fixed by #6522
Assignees
Labels
enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system vscode issues related to VSCode compatibility

Comments

@vince-fugnitto
Copy link
Member

Description

Support the property group in tasks.

/**
* Defines the group to which this task belongs. Also supports to mark
* a task as the default task in a group.
*/
group?: "build" | "test" | { kind: "build" | "test"; isDefault: boolean };

Details

  • build group tasks are available through a new menu item, as well as a
    command (Run Build Task...) - executing the command triggers a quick-open menu

    • if a single default build task is present, it will be automatically executed instead of triggering the quick-open
  • test group tasks is available through the command (Run Test Task...) - executing the command triggers a quick-open menu

    • if a single default test task is present, it will be automatically executed instead of triggering the quick-open
@vince-fugnitto vince-fugnitto added enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system labels Sep 9, 2019
@elaihau elaihau self-assigned this Oct 23, 2019
elaihau pushed a commit to elaihau/theia that referenced this issue Nov 1, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves eclipse-theia#6144
elaihau pushed a commit that referenced this issue Nov 4, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves #6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau pushed a commit that referenced this issue Nov 4, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves #6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau pushed a commit that referenced this issue Nov 10, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves #6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau pushed a commit that referenced this issue Nov 10, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves #6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau pushed a commit that referenced this issue Nov 10, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves #6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
@akosyakov akosyakov added the vscode issues related to VSCode compatibility label Nov 11, 2019
elaihau pushed a commit that referenced this issue Nov 11, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves #6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau pushed a commit that referenced this issue Nov 11, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves #6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
elaihau pushed a commit that referenced this issue Nov 12, 2019
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves #6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
akosyakov pushed a commit to akosyakov/theia that referenced this issue Feb 24, 2020
- With this change users would be able to define and run build tasks,
test tasks, default build tasks, and default test tasks.
- resolves eclipse-theia#6144

Signed-off-by: Liang Huang <liang.huang@ericsson.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants