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

Add option to remove header and footer messages #89

Closed bubokko closed 1 month ago

bubokko commented 3 months ago

Currently, example output of the plugin looks like this:

Running on save commands...
*** cmd start: php /Users/me/www/script.php
Hello
World
Run on Save done.

It would be nice to have an option to remove header and footer and just display this instead:

Hello
World

These extra messages are distracting and aren't super helpful sometimes, as the output is in the Run On Save tab anyway.

bmingles commented 1 month ago

This should be addressed by #98