Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Cron TasksNew to Visual Studio Code? Get it now.

Cron Tasks

zokugun

|
5,010 installs
| (0) | Free
Easily schedule your tasks
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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",
    },
],
  • at: a cron expression
  • run: a vscode command

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!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft