I want to build nice insights graph depicting how the lines count in a file changed over time.
Asked
Active
Viewed 279 times
1 Answers
1
This can be accomplished using the following query:
file:^path/to/file.ext$ \n \n patterntype:regexp
Shoutout to the Code Insights team for their help on this.

jdorfman
- 781
- 2
- 10
- 21
-
1Thanks a lot @jdorfman! But still preview shows me a straight line should the time scale change that? – Stranger95 Dec 03 '22 at 14:02
-
@Stranger95 you are welcome! Try adjusting the granularity, e.g. https://share.getcloudapp.com/OAu2LOAL – jdorfman Dec 05 '22 at 17:47
-
-