nicollasricas / vscode-deck

Enables Stream Deck integration with Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=nicollasr.vscode-streamdeck
MIT License
81 stars 11 forks source link

Feature Request: Command Pipelines/Multiple Commands #18

Closed bsbodden closed 3 years ago

bsbodden commented 3 years ago

It would be great to be able to run short sequences of commands like:

nicollasricas commented 3 years ago

Hi,

You can do that creating a multi-action on the stream deck and adding multiples commands in it.

The downside of doing this is that there no way to wait for each command execution.

If you plan to use something like the example you gave you better add a delay between commands.

On the next update which will be up in a few days, there will be support for a bulk execution that can wait for each command.

bsbodden commented 3 years ago

@nicollasricas thank you! Awesome work btw.