Create setting to disable all automatic task detection an only use tasks.json #76522
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
tasks
Task system issues
Milestone
Now that #33523 is done, we can enable only using tasks defined in tasks.json.
To implement, we need a setting name (maybe
tasks.source
, with optionstasks.json
anddefault
. Still needs some thought) and a setting check beforeprovideTasks
is called on all the providers. We would simply not call provide tasks on any providers if the setting is set totasks.json
.The text was updated successfully, but these errors were encountered: