Closed Hermesiss closed 2 years ago
That's a bug where this block should be moved down: https://github.com/wakatime/wakatime/blob/d11c64db2b9568d9914043dd16a201848a4bdf1d/wakatime/project.py#L52
I'll release a fix soon.
Edit: Nevermind, that only applies to coding activity that's not category Coding
.
Are you sure the solution project is new coding activity after creating the .wakatime-project
file?
@alanhamlett yes my actions:
Can you turn on debug mode in Rider, relaunch Rider, then tail your idea.log
file and ~/.wakatime.log
file to look for any error messages? Here's info about finding your idea.log
file:
https://github.com/wakatime/jetbrains-wakatime#troubleshooting
Maybe we find a file read error when opening .wakatime-project
but let's see.
forgot to enable debug mode on second machine, and found this strange record: it was tracked to completely different project
I figured it out
D:/Foo/Foo.sln
with overridden project name foo-override
*.cs
file (not solution!) from D:/Bar/
without .wakatime-project
at its root. It will open in same Rider windowD:/Bar/.wakatime-project
, there is none, so it will ask Rider for project name, which is Foo
BarController.cs
in Foo
project@alanhamlett I could reprocude the behaviour on my side also. What do you think to pass --alternate-project
instead of --project
and let the cli finds the correct project instead of the IDE? By doing it the cli will traverse the right folder of the opened file.
Facing the same (or a very similar) issue, it was working fine until recently. Now ALL the activity on WebStorm is ignoring the .wakatime-project
file.
Was that fixed by https://github.com/wakatime/jetbrains-wakatime/commit/a7533fdf2ff11f15b1d755ba32bfb046a08c9bbb @alanhamlett?
Should be fixed now.
Some of my activity on project ignores name in .wakatime-project and is displays in dashboard as solution name