Closed BitFis closed 4 years ago
I can see that this codes of this request is not completed, So it will not be merged.
Hi ! Found a piece of code that probably will help. https://github.com/OneOfOne/vscode-save-runner/blob/master/src/save-runner.ts#L59 Would love to see that feature too.
Thanks, kairat1115, I will handle it later.
Already supported with a new property commandBeforeSaving
, this property should be not professional enough compare to pre
or post
, but should be easy to understand.
Thanks for your works and suggestions.
Enable feature to define if command is run before or after save is executed as defined by #7.
@pucelle There are multiple options on how to implement it:
runBeforeSave: true
with default)"runOnSave.beforeSaveCommands"
I would have gone for option 2 or 3, since it enables more flexibility, what do you think?