-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
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
added
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
labels
Sep 9, 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>
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
Description
Support the property
group
in tasks.Details
build
group tasks are available through a new menu item, as well as acommand (
Run Build Task...
) - executing the command triggers a quick-open menubuild
task is present, it will be automatically executed instead of triggering the quick-opentest
group tasks is available through the command (Run Test Task...
) - executing the command triggers a quick-open menutest
task is present, it will be automatically executed instead of triggering the quick-openThe text was updated successfully, but these errors were encountered: