-
Notifications
You must be signed in to change notification settings - Fork 0
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
Set Default build task by default #4
Comments
Interesting, I didn't know about that! |
You're right.. for some reason though, despite the invalid syntax it still runs the default task. Perhaps if the task is unspecified or invalid it runs the default build task? |
That's strange, that's not the case for me. It doesn't make sense when you look at the code either: Lines 28 to 36 in ec59075
The error is shown in the |
In order to minimize the number of things to edit when I switch default build tasks. I found that putting "args": [${defaultBuildTask}] runs the default build task as defined in tasks.json. This means I only have to edit tasks.json in order to switch default build task.
Perhaps you could add that to your documentation?
The text was updated successfully, but these errors were encountered: