pucelle / vscode-run-on-save

Run configured shell commands when a file is saved in vscode, and output configured messages on status bar.
https://marketplace.visualstudio.com/items?itemName=pucelle.run-on-save
MIT License
50 stars 11 forks source link

Can it run before VSCode `formatOnSave`? #39

Closed BTBMan closed 6 months ago

BTBMan commented 6 months ago

Now it's run after formatOnSave, I would like to run commands before it, Can you make this happen? Thanks.

pucelle commented 6 months ago

Yes, coming version v1.7.1 provides a new option: runOnSave.commandsBeforeSaving.