Project TimeThis extension intends to give you a way to track the amount of time you spend in your VS Code projects. It was created for personal use, but is a great tool for freelancers and consultants who bill hourly and want to track their time. FeaturesOnce the extension is installed and activated, a sqlite3 database called Once the extension is activated, this database is used to automatically track all the time spent in VS Code across your various projects. Time tracking starts when a window is focused and stops when a code window loses focus. The extension provides some basic ways to extract data from this database (in e.g. you can open the command palette and search for The data is yours, do with it as you please. IssuesFeel free to report any issues here. Enjoy! |