Add support for depends_on in tasks.json
#41705
Closed
redsigma
started this conversation in
Ideas From VSCode
Replies: 1 comment
-
|
Closing, found duplicate here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently if you have separate tasks when running a C++ project , I dont think there is a way to chain multiple tasks.
Instead you have to put the commands for all tasks in 1.
It would be nice if the
tasks.jsonanddebug.jsonfiles allow for thedepends_onkey property like VSCode doesPS: There is also
dependsOrderwhich specifies if the given tasks are runparallelor insequence. It would be nice to include that too.Beta Was this translation helpful? Give feedback.
All reactions