-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
When editing the pre-defined tasks, all tasks should be displayed in the tasks.json file #13392
Comments
@slemeur |
When you say "copy" how do you envision managing the task from the plugin and its copy?
(Ack for the API) |
Actually, I think we don't need to copy the tasks from all plugins to tasks.json file. About overriding/duplicating. |
Description
When the user is going to edit one of the pre-defined tasks, but the tasks.json does not exist, there is a new tasks.json that is created with only the selected task added to the file.
This behavior is confusing, the user would expect to see all the tasks that are available when doing "Run tasks".
We should make sure that when ever the user is going to edit the tasks, there is only a single source to edit all of them - so this way, the user knows where to go to find all of them and it stays consistent.
The text was updated successfully, but these errors were encountered: