wk-j / vscode-save-and-run

Visual Studio Code extension to run commands whenever a file is saved https://marketplace.visualstudio.com/items?itemName=wk-j.save-and-run
Apache License 2.0
32 stars 7 forks source link

Hide command being executed #47

Open YuriGal opened 1 year ago

YuriGal commented 1 year ago

I know I can redirect command's output to /dev/null, but is there a way to hide command itself i.e. the command completely silent?

DATEx2 commented 8 months ago

+1

silent: true, does not do wthat it is supposed to do