AnWeber / vscode-statusbar-command

MIT License
17 stars 4 forks source link

Add ability to run multiple commands #30

Open BachiMjavanadze opened 7 months ago

BachiMjavanadze commented 7 months ago

Please add ability to run multiple commands synchronously (one by one). I try to close panel automatically after running npm command but looks like it is impassible. So please add one more property in your settings: commands.

image

or you maybe know how to run npm command but do not open panel (terminal)?

image

AnWeber commented 6 months ago

I will take a look at it. Just got not so much free time now. Sorry

AnWeber commented 6 months ago

@BachiMjavanadze you could use a extension which supports defining a meta command which execute a sequence of commands and then call this meta command.

https://marketplace.visualstudio.com/items?itemName=ryuta46.multi-command