Vscode: Watch task should execute automatically on workspace open

Created on 19 Jan 2016  ·  3Comments  ·  Source: microsoft/vscode

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>.

*duplicate feature-request tasks

Most helpful comment

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.

All 3 comments

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.

Duplicate of #17147

Closing as duplicate then.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

philipgiuliani picture philipgiuliani  ·  3Comments

DovydasNavickas picture DovydasNavickas  ·  3Comments

VitorLuizC picture VitorLuizC  ·  3Comments

curtw picture curtw  ·  3Comments

biij5698 picture biij5698  ·  3Comments