This timer extension is used for [mob programming](https://github.com/alexgertz/vscode-mob-timer/blob/master/mob programming) sessions.
It supports setting custom length for each driver rotation and keeping track in time of current and total number of rotations.
Settings Options
This extension contributes the following variables to the settings:
mob-timer.minutesPerRotation: number of minutes per mob programming rotation.
mob-timer.enableStatusBarText: enable/disable status bar text regarding rotations. Is enabled by default.
mob-timer.rotationCountTotal: keeps track of the total number of rotations. Defaults to 0.
Commands:
This extension contributes the following commands to the Command palette.
Start Mob Timer: starts a timer for mob programming rotations.
Stop Mob Timer: stops a running timer.
Reset Mob Timer: resets a timer, running or not.
Release Notes
For release-notes see CHANGELOG.md
Contribute
To contribute simply send a pull-request or raise an issue.