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
subscribe to more events + implement gtm requested recording filter
- only record file change with gtm if the filename changed OR if it has been more than 30 seconds since the last update
- subscribe to vscode.window.onDidChangeTextEditorSelection and vscode.window.onDidChangeActiveTextEditor
- bumped version to 0.0.2
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ From [git-time-metric/gtm](https://github.com/git-time-metric/gtm)
8
8
>GTM is automatic, seamless and lightweight. There is no need to remember to start and stop timers. It's a process that only runs on occasion to capture edit events triggered by the editor. It does not require a background process or any file system monitoring.
9
9
>Your time metrics are stored locally with the repository as Git notes. If you want to share your data, it can be pushed and fetched to and from the remote repository. Other GTM users on your team can do the same. This provides you the ability to see time metrics for the entire team.
10
10
## Features
11
-
- auto updates gtm everytime a file is saved
11
+
- auto updates gtm everytime a file is saved + changed
12
12
13
13
## Requirements
14
14
@@ -25,10 +25,15 @@ only tested on Ubuntu, so may not work on OSX, other Linuxs, and/or Windows
25
25
26
26
## Release Notes
27
27
28
+
### 0.0.2
29
+
30
+
Improved reporting logic to factor in changing current text file
31
+
28
32
### 0.0.1
29
33
30
34
Initial release of vscode-gtm
31
35
32
36
37
+
33
38
### Notes
34
39
Logo belongs to https://github.com/git-time-metric/gtm
0 commit comments