Run any command you like on Save..!
Open your workspace file i.e. <name>.code-workspace
it's a JSON file, add the following systax
"kirankotari.RunCommandOnSave": [
{
"cmd": "<anyCommandYouLike>"
}
]
In VS Code got to Extentions and type RunCommandOnSave
then Install.
Open a feature or bug at RunCommandOnSave
Bug: Removing vscode.window.showInformationMessage
Bug: Command was getting lost, took a backup.
Initial release of RunCommandOnSave
Enjoy!