Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 1.57 KB

README-zh.md

File metadata and controls

56 lines (38 loc) · 1.57 KB

Simple Reminder

Visual Studio Marketplace Version

English | 中文

关于

提醒你一些事情

如果你的 settings.json 像下面这样

{
  "reminder.routine": [
    {
      "name": "Drink Water!",
      "interval": "15min",
      "description": "Drink 100ml of water"
    }
  ]
}

那么每隔 15 分钟,你会收到如下提醒

配置

设置一些简单的配置后,你就能按自己所需使用 Reminder

请参考 types.ts

命令

Reminder 也为你提供了一些命令,像停止或者恢复 Reminder 之类. 你可以随意探索

致谢

License

MIT License © 2022-PRESENT Young Liang