Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Health ReminderNew to Visual Studio Code? Get it now.
Health Reminder

Health Reminder

Immerse

|
58 installs
| (0) | Free
Focused standing and hydration reminders with independent timers.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Health Reminder

Health Reminder runs independent standing and hydration timers while you work in VS Code. Each timer opens a focused reminder panel, waits three seconds before enabling confirmation, and restarts after the panel is handled.

What it does

  • Reminds you to stand up every 60 minutes by default.
  • Reminds you to drink water every 45 minutes by default.
  • Keeps both timers independent.
  • Queues reminders when both become due close together.
  • Shows the remaining time in the status bar.
  • Restarts timers immediately when reminder settings change.

The reminder panel uses VS Code theme colors and can be closed normally. Closing a panel also starts the next interval; the extension never overrides VS Code typing, save, navigation, or terminal commands.

Settings

Open VS Code Settings and search for Health Reminder, or edit settings.json:

{
  "healthReminder.sitReminderInterval": 60,
  "healthReminder.drinkReminderInterval": 45,
  "healthReminder.enableSitReminder": true,
  "healthReminder.enableDrinkReminder": true,
  "healthReminder.language": "en"
}
Setting Default Range
healthReminder.sitReminderInterval 60 minutes 5-180
healthReminder.drinkReminderInterval 45 minutes 5-120
healthReminder.enableSitReminder true On/off
healthReminder.enableDrinkReminder true On/off
healthReminder.language en en, zh-CN

English is the default for the extension manifest, reminder panels, messages, commands, and settings.

Commands

  • Health Reminder: Restart All Timers
  • Health Reminder: Show Reminder Status

Click the status-bar item to show the current timer status.

License

Licensed under the MIT License. See LICENSE.

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