Skip to content

relextm19/timetracker.vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Time Tracker

Languages View Projects View
An activity tracker that monitors file usage in Visual Studio Code and visualizes it via a web interface.

Prerequisites

Before getting started, ensure you have the following installed:

  • Node.js & npm – to run the frontend dashboard.
  • Visual Studio Code – the primary editor environment.

Setup Instructions

1. Install the VS Code Extension

Currently, the extension is installed manually via VSIX:

  1. Open Visual Studio Code.
  2. Navigate to the Extensions view (Ctrl+Shift+X).
  3. Click the More Actions (...) icon in the top-right corner.
  4. Select Install from VSIX....
  5. Select extension/timetracker-0.0.1.vsix from the project directory.

How to Use

  • Automatic Tracking: Once the extension is active, it automatically logs the time spent on every file you open.
  • View Statistics: Open your browser and navigate to:

**http://localhost:5173

About

A visual studio code extension that tracks how u spend your time coding, dividing it by languages and projects. It comes with a website to display all the data but it is not hosted so you have to run it by yourself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors