Skip to content

zokugun/vscode-cron

Repository files navigation

Cron Tasks

License Visual Studio Marketplace Version Open VSX Version Donation Donation Donation

With Cron Tasks, you can schedule tasks/jobs to run periodically at fixed times, dates, or intervals.

HowTo

"cronTasks.tasks": [
    {
        "at": "* * * * *",
        "run": "cronTasks.showTestMessage",
    },
],

Debugging

The extension always prints out debug information into the channel Cron Tasks of the panel Output (menu: View / Output).

But if the property cronTasks.debug (false by default) is true or "on", the extension will bring that channel to focus.

blank

With "cronTasks.debug": "useBlank", the extension will print out debug information as usual but it won't call the final task.

test command

The command cronTasks.showTestMessage will display a simple notification.

Notification

The property cronTasks.notification (minor by default) indicates when to show the update notification.

Donations

Support this project by becoming a financial contributor.

Ko-fi ko-fi.com/daiyam
Liberapay liberapay.com/daiyam/donate
PayPal paypal.me/daiyam99

Enjoy!