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

ability to run two continuous commands in same time. #42

Closed R3DIANCE closed 4 years ago

R3DIANCE commented 4 years ago

im trying to achieve this command "cmd": "taskkill /IM notepad.exe && ./notepad.exe",

or

"cmd": "taskkill /IM notepad.exe; ./notepad.exe",

both aint working. any suggestions?

bmingles commented 4 years ago

Do they work separately? You can configure multiple commands, and they run synchronously in order.