A minimal VSCode extension for tracking work time in a plain text file.
How it works
Click the $(watch) Start task button in the status bar to begin a task. The tracking file opens automatically with the cursor ready for you to type a description. Click $(watch) Stop task when you're done.
File format
Records are written in descending order (newest first). Each day is separated by a dashed line. Every line is prefixed with ; N. where N is the per-day task number, making the file easy to parse.