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
@@ -10,7 +10,7 @@ From [git-time-metric/gtm](https://github.com/git-time-metric/gtm)
10
10
>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.
11
11
>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.
12
12
## Features
13
-
- auto updates gtm everytime a file is saved
13
+
- auto updates gtm everytime a file is saved + changed
14
14
15
15
## Requirements
16
16
@@ -27,10 +27,15 @@ only tested on Ubuntu, so may not work on OSX, other Linuxs, and/or Windows
27
27
28
28
## Release Notes
29
29
30
+
### 0.0.2
31
+
32
+
Improved reporting logic to factor in changing current text file
33
+
30
34
### 0.0.1
31
35
32
36
Initial release of vscode-gtm
33
37
34
38
39
+
35
40
### Notes
36
41
Logo belongs to https://github.com/git-time-metric/gtm
0 commit comments