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

Watch task should execute automatically on workspace open #2104

Closed
trstringer opened this issue Jan 19, 2016 · 3 comments
Closed

Watch task should execute automatically on workspace open #2104

trstringer opened this issue Jan 19, 2016 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality tasks Task system issues
Milestone

Comments

@trstringer
Copy link
Contributor

In the tasks.json configuration file, you can specify a task to be defined as a watch task by stating isWatching: true. I don't believe I see any benefit to explicitly stating that a task is a watch task.

What I believe would be useful is if the watch task defined in tasks.json is actually started automatically by VS Code upon opening the workspace.

From what I can tell, currently you need to explicitly start your watch task task <watch-task-name>.

@dbaeumer dbaeumer added tasks Task system issues feature-request Request for new features or functionality labels Jan 20, 2016
@dbaeumer dbaeumer added this to the Backlog milestone Jan 20, 2016
@kripod
Copy link

kripod commented Mar 28, 2016

This is an extremely important feature which shall be implemented as soon as possible.

I'd be careful about security concerns, though: On the first launch of a specific project, VS Code should ask if the user wants to enable automatic watching, and warn for potential security issues.

@alexr00
Copy link
Member

alexr00 commented Oct 22, 2018

Duplicate of #17147

@alexr00 alexr00 marked this as a duplicate of #17147 Oct 22, 2018
@dbaeumer
Copy link
Member

Closing as duplicate then.

@dbaeumer dbaeumer added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 22, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality tasks Task system issues
Projects
None yet
Development

No branches or pull requests

4 participants