You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.101.1
OS Version: Linux x64 6.11.0-26-generic
Steps to Reproduce:
Try to set the task.allowAutomaticTasks setting to auto
Value is not accepted. Valid values: "on", "off".
Back in the day this used to be available. Setting this to "auto" would cause VSCode to ask you each time instead of running tasks automatically or not running them at all. Now it's not anymore. I wonder what happened.