-
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] Add Command to create and open tasks.json #1017
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
akosyakov
added
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
labels
Jun 18, 2019
@elaihau right now it is not possible to create tasks.json if there are not contributed tasks to configure |
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]>
1 task
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
vscode
issues related to VSCode compatibility
It is not clear how to create a Task, so there should be a command
Add Task
that opens (creates if necessary) the tasks.json and puts a template in place.The text was updated successfully, but these errors were encountered: