Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code TipNew to Visual Studio Code? Get it now.
VS Code Tip

VS Code Tip

kkopite

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

vscode-tip

Visual Studio Marketplace Version

配置 cron 定时提示喝水、站立等等:

{
  "tip.tips": [
    {
      "type": "info",
      "cron": "*/30 * * * *",
      "message": "起来喝水啦!"
    },
    {
      "type": "info",
      "cron": "*/30 * * * *",
      "message": "已经坐了30分钟啦,快起来走一走吧!"
    },
    {
      "type": "status",
      "cron": "58 16,17,18 * * 4",
      "message": "KFC 疯狂星期四!!!🍟🍔🍗",
      "color": "#ff8800"
    }
  ]
}

preview

Thanks

  • croner
  • starter-vscode

License

MIT License © 2022 kkopite

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft