Word mode: type a series of words from the most common 1000 english words
Quote mode: type a random quote
Timer mode: type until the timer expires
Future Enhancements
code snippets mode
persist configuration across instances
timeout if user takes too long
Contributions
Pull requests and issues are welcome! Feedback is appreciated!
Development Setup
When running for the first time, the extension needs the emitted webview/index.js file to exist, so compile it first:
npm run compile:webview
When making changes to the webview/, make sure to recompile before rerunning the extension too:
npm run compile:webview
Then as usual, open src/extension.ts and run the command Debug: Start Debugging (F5) to launch the extension locally in the Extension Development Host.