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
When having multiple tasks defined, I would expect a list for me to choose from when I press ctrl+shift+b. Instead, it only runs the first build task (if "isBuildCommand": false it skips to the next build task) and stops.
Oh, I see my confusion. I was thinking of the behavior of workbench.action.tasks.runTask which actually prompts a list of all tasks.
Though I still stand by my first post, since I feel this should be the behavior even for workbench.action.tasks.build. That if there a multiple build tasks available, user should be prompted by a list.
This goes for workbench.action.tasks.test as well.
This will come for the new terminal task runner and is on the list, but with a slightly different behavior. When more than one task is marked as a build task all of them will be executed since the terminal runner support executing more than one task in parallel. If you want to execute a specific task use Run Task.
When having multiple tasks defined, I would expect a list for me to choose from when I press
ctrl+shift+b
. Instead, it only runs the first build task (if"isBuildCommand": false
it skips to the next build task) and stops.tasks.json
The text was updated successfully, but these errors were encountered: