emeraldwalk / vscode-runonsave

Visual Studio Code extension to run commands whenever a file is saved.
Apache License 2.0
182 stars 57 forks source link

multiple commands instead only one command #79

Open mmohtashamirad opened 1 year ago

mmohtashamirad commented 1 year ago

Is it possible to change "cmd" to "cmds" and it gets an array of strings instead of only one and run all of them?