Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Project TimeNew to Visual Studio Code? Get it now.
Project Time

Project Time

Ratul Maharaj

|
1,176 installs
| (0) | Free
An extension to track the time spent in a VS Code project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Project Time

This 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.

Features

Once the extension is installed and activated, a sqlite3 database called project-time.db will be created in the vscode.ExtensionContext.globalStorageUri directory.

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 JSON format), however you can feel free to connect to this database to extract your data as you need.

e.g. you can open the command palette and search for Project Time: Export all to export times across all projects.

The data is yours, do with it as you please.

Issues

Feel free to report any issues here.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft