In my use case, I 'm stringing together a number of commands into a single multi-action. One command requires human input. I'd like to flag that action to wait for completion of the command sent to VSCode before proceeding to the next action.
For full clarity the command is git.commitAll
In my use case, I 'm stringing together a number of commands into a single multi-action. One command requires human input. I'd like to flag that action to wait for completion of the command sent to VSCode before proceeding to the next action.
For full clarity the command is git.commitAll