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
While working on solutions filtered using solution filter https://www.jetbrains.com/help/rider/Solution_filters.html noticed that the plugin tracks time spent under the Git repository name (which solution is only a part of) and not the filtered solution/general solution name. Would be great to add support for more granular tracking
The text was updated successfully, but these errors were encountered:
We always use the git project name first so the project has the same name across all your IDEs, even non-jetbrains ones. If you turn on debug mode in the plugin settings, do you see alternate project matching the solution in your ~/.wakatime/wakatime.log file? That means we're detecting the solution and using it as the backup project if no git repo is found.
I was initially confused and thought there is some issue (lacking functionality) with data collection, looks like JB plugin platform behaves in an interesting way: when I work on any files part of *.slnf, the git repository name (basically name of root folder of git repo) is used as project name. But if I use, e.g., *.http scratch file which isn't technically part of the project, then JB plugin API likely responds to this call https://github.com/wakatime/jetbrains-wakatime/blob/master/src/com/wakatime/intellij/plugin/WakaTime.java#L247 with the name of slnf project filter.
So far only such out of scope HTTP file is reported with *.slnf name, all other edits fall under the git repo name
In my stats I also see other projects part of same repo reported with their own names (names of *.sln), but unfortunately the details fall out of available timeframe, so not sure, likely there is something similar to HTTP scratches there
I'll check the log soon and follow up with findings
While working on solutions filtered using solution filter https://www.jetbrains.com/help/rider/Solution_filters.html noticed that the plugin tracks time spent under the Git repository name (which solution is only a part of) and not the filtered solution/general solution name. Would be great to add support for more granular tracking
The text was updated successfully, but these errors were encountered: