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

Offer the user to configure a task when the 'preLaunchTask' isn't found #3081

Closed
egamma opened this issue Feb 17, 2016 · 1 comment
Closed
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Milestone

Comments

@egamma
Copy link
Member

egamma commented Feb 17, 2016

When a launch config refers to a preLaunchTask that does not exist then we show this message:

image

We should handle this error situation more gracefully:

  • inform the which preLaunchTask could not be found and that task.json should be configured
  • offer the user to create a task.json by presenting the configure task runner command:
    image
  • the default generated task template should include a task.json for .net
@egamma egamma added the debug Debug viewlet, configurations, breakpoints, adapter issues label Feb 17, 2016
@egamma egamma added this to the Feb 2016 milestone Feb 17, 2016
@egamma egamma added tasks Task system issues and removed debug Debug viewlet, configurations, breakpoints, adapter issues labels Feb 17, 2016
@egamma egamma assigned dbaeumer and unassigned isidorn Feb 17, 2016
@dbaeumer dbaeumer added debug Debug viewlet, configurations, breakpoints, adapter issues and removed tasks Task system issues labels Feb 18, 2016
@dbaeumer dbaeumer assigned isidorn and unassigned dbaeumer Feb 18, 2016
@dbaeumer
Copy link
Member

@isidorn as discussed I made the configure task runner action public. You can reach it via the ITaskSystem#configureAction(). Simply embed it into the message you are showing.

@isidorn isidorn added the feature-request Request for new features or functionality label Feb 18, 2016
@egamma egamma mentioned this issue Feb 19, 2016
97 tasks
@isidorn isidorn assigned weinand and unassigned isidorn Feb 26, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants