Skip to content

Run any command you like on Save..! Visual Studio Code Extension

License

Notifications You must be signed in to change notification settings

kirankotari/RunCommandOnSave

Repository files navigation

Run command on Save

Run any command you like on Save..!

How to use

Open your workspace file i.e. <name>.code-workspace it's a JSON file, add the following systax

"kirankotari.RunCommandOnSave": [
    {
        "cmd": "<anyCommandYouLike>"
    }
]

How to install

In VS Code got to Extentions and type RunCommandOnSave then Install.

Known Issues or Enhancements

Open a feature or bug at RunCommandOnSave

Release Notes

1.0.2

Bug: Removing vscode.window.showInformationMessage

1.0.1

Bug: Command was getting lost, took a backup.

1.0.0

Initial release of RunCommandOnSave

Author

Kiran Kumar Kotari

Enjoy!

About

Run any command you like on Save..! Visual Studio Code Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published