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

Output improvements #97

Closed bmingles closed 1 month ago

bmingles commented 2 months ago

There are a number of requests that have been made for better output configuration: e.g.

I'd like to address this holistically:

vishalkumar863 commented 1 month ago

{ "emeraldwalk.runonsave": { "commands": [ { // Run whenever any file is saved "match": ".*", "cmd": "echo '${fileBasename}' saved." } ] } }

bmingles commented 1 month ago

Merged