Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 417 Bytes

TODO.md

File metadata and controls

9 lines (8 loc) · 417 Bytes

TODOS

Capture Keystrokes

  1. Set global state on extension start with user names
  • During someone's turn, hook into the onDidChangeTextDocument API
  • Listen for changes
  • Increment a count per user for each change they make with the keyboard
  • Handle swapping of currently paired person (update global/extension state)
  • Give some way at the end to get a report of this, maybe a keystroke or window or something