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] Add Command to create and open tasks.json #1017

Closed
svenefftinge opened this issue Dec 21, 2017 · 1 comment · Fixed by #6539
Closed

[Tasks] Add Command to create and open tasks.json #1017

svenefftinge opened this issue Dec 21, 2017 · 1 comment · Fixed by #6539
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

@svenefftinge
Copy link
Contributor

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.

@akosyakov akosyakov added enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system labels Jun 18, 2019
@akosyakov
Copy link
Member

@elaihau right now it is not possible to create tasks.json if there are not contributed tasks to configure

@akosyakov akosyakov added the vscode issues related to VSCode compatibility label Oct 6, 2019
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 vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants