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
The question is, If I would like to stop the process at stage (1) or (2) if any of those stages fail, how do I do that? Do I have access to the exit code of those stages?
Thanks.
The text was updated successfully, but these errors were encountered:
I am trying to configure dispatch to work with my C++ workflow. If I would like to run my cpp code, ideally I would follow the following steps:
1) Build (run CMake) > 2) Make (makeprg) > 3) Run (execute the binary)
In a vim-dispatch world, this is simply:
1) :Dispatch (execute CMake) > 2) :Make > 3) :Dispatch (execute the binary)
The question is, If I would like to stop the process at stage (1) or (2) if any of those stages fail, how do I do that? Do I have access to the exit code of those stages?
Thanks.
The text was updated successfully, but these errors were encountered: