You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,12 @@ Simple Coding Time Tracker is a powerful extension for Visual Studio Code that h
25
25
- Quick Reset: One-click reset for search filters
26
26
-**Data Persistence**: Safely stores your time data for long-term analysis.
27
27
28
-
## Health Notification System
28
+
## Time Tracking Details
29
+
The extension tracks your coding time by monitoring file changes and user activity within Visual Studio Code. It uses a combination of timers and event listeners to ensure accurate tracking without impacting performance.
30
+
31
+
**📖 For detailed configuration, advanced features, and complete documentation, see the [Time Tracking Guide](https://github.com/twentyTwo/vsc-ext-coding-time-tracker/wiki/Time-Tracking) in our wiki.**
32
+
33
+
## Health Notification System Details
29
34
30
35
The extension includes a comprehensive health notification system to promote healthy coding habits and prevent strain-related issues.
31
36
@@ -68,12 +73,12 @@ You can customize the extension's behavior through VS Code settings:
68
73
1. Open VS Code Settings (Ctrl+, or Cmd+, on macOS)
69
74
2. Search for "Simple Coding Time Tracker"
70
75
3. Available settings:
71
-
-**Inactivity Timeout**: How long to wait before stopping the timer when no activity is detected but you are focused on VS Code (in seconds)
72
-
- Default: 150 seconds (2.5 minutes)
76
+
-**Inactivity Timeout**: How long to wait before stopping the timer when no activity is detected but you are focused on VS Code (in minutes)
77
+
- Default: 2.5 minutes
73
78
- Lower values will stop tracking sooner when you're not actively coding
74
79
- Higher values will continue tracking for longer during breaks
75
-
-**Focus Timeout**: How long to continue tracking after VS Code loses focus (in seconds)
76
-
- Default: 180 seconds (3 minutes)
80
+
-**Focus Timeout**: How long to continue tracking after VS Code loses focus (in minutes)
81
+
- Default: 3 minutes
77
82
- Determines how long to keep tracking when you switch to other applications
78
83
- Useful for when you're referencing documentation or testing your application
79
84
-**Health Notifications**: Configure health reminder settings
0 commit comments