Fix return Promises so each step runs in sequence#11
Fix return Promises so each step runs in sequence#11xoob wants to merge 1 commit intogeddski:masterfrom
Conversation
Return the Promise of each executeCommand() call to PromiseSeries, so that commands are executed in sequence, not in parallel.
|
+1 |
|
please merge this. this extension is pretty much broken without this. |
|
@Spongman Indeed |
|
also, the 'custom delay' patch is unnecessary with this patch. |
|
why is it not in...? |
|
Is this extension abandoned? This fix is pretty core, why no merge? |
|
Since it's been three years with no merge I found this fork that fixes this: https://github.com/ctf0/macros |
|
@geddski how is it about this Pull Request? Can we may work on this this weekend and merge and release a version 1.3? |
I also am affected by the issue. See https://stackoverflow.com/questions/72153504/prevent-asynchronous-order-of-command-sequence-execution-in-vs-codium I added these two |
@jpotterm How to install that? It seems it has not been published in marketplace? |
Return the Promise of each executeCommand() call to PromiseSeries, so that commands are executed in sequence, not in parallel.