The Office Day Extension is a VS Code extension that helps users track and manage office days. It displays office day details in the status bar and provides quick access to relevant information.
Features
🏢 Displays the current and next office day.
⏳ Shows relative time until the next office day.
🔄 Updates automatically when settings change.
📅 Allows users to input a custom date to check office day details.
Usage
The status bar will show the next office day.
Click on the status bar item to refresh data.
Use the command "Office Day: Check Office Day" from the Command Palette (Ctrl+Shift+P) to view details.
Configuration
You can configure the extension via VS Code settings:
officeDayExtension.digitalMonorepoAbsolutePath: Path to the OfficeDay.js script.
officeDayExtension.useRelativeTime: Whether to show relative dates.
Commands
office-day-extension.refreshOfficeDay: Refreshes the office day data.
office-day-extension.officeDay: Opens a prompt to check office day details.