-
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
[task] prompt users to create tasks from templates #6525
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
Comments
vince-fugnitto
added
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
labels
Nov 11, 2019
vince-fugnitto
added a commit
that referenced
this issue
Nov 12, 2019
Fixes #6525 - adjust the `run task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run build task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run test task` to display an item which prompts users to configure tasks when no tasks are currently available. Signed-off-by: vince-fugnitto <[email protected]>
1 task
vince-fugnitto
added a commit
that referenced
this issue
Nov 12, 2019
Fixes #6525 - adjust the `run task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run build task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run test task` to display an item which prompts users to configure tasks when no tasks are currently available. Signed-off-by: vince-fugnitto <[email protected]>
vince-fugnitto
added a commit
that referenced
this issue
Nov 12, 2019
Fixes #6525 Fixes #1017 - adjust the `run task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run build task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run test task` to display an item which prompts users to configure tasks when no tasks are currently available. Signed-off-by: vince-fugnitto <[email protected]>
vince-fugnitto
added a commit
that referenced
this issue
Nov 13, 2019
Fixes #6525 Fixes #1017 - adjust the `run task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run build task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run test task` to display an item which prompts users to configure tasks when no tasks are currently available. Signed-off-by: vince-fugnitto <[email protected]>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Fixes eclipse-theia#6525 Fixes eclipse-theia#1017 - adjust the `run task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run build task` to display an item which prompts users to configure tasks when no tasks are currently available. - adjusts the `run test task` to display an item which prompts users to configure tasks when no tasks are currently available. Signed-off-by: vince-fugnitto <[email protected]>
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
Description
Currently, if no tasks are found in a given workspace, the command
Run Tasks
simply displays that no tasks are found. We can enhance this functionality by prompting users to configure tasks from available templates. This functionality is already present in theConfigure Tasks
command and can be re-used.The text was updated successfully, but these errors were encountered: