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
In my project, if I have a structure like this in it:
my_project/
├── .git
└── lib
└── test.py
And in Kate (with the plugin installed), I spend time editing my_project/lib/test.py
Then this gets registered as having spent time in the "lib" project over in my Wakatime dashboard.
I think (also to be consistent with other IDEs with Wakatime integration) that the project name on the Wakatime dashboard shoud be "my_project", ie the first directory name under the edited file that contains a .git subdirectory.
The text was updated successfully, but these errors were encountered:
It's because this plugin sends heartbeats directly to the API without using wakatime-cli. We should instead send the current file to wakatime-cli to fix this bug.
In my project, if I have a structure like this in it:
And in Kate (with the plugin installed), I spend time editing my_project/lib/test.py
Then this gets registered as having spent time in the "lib" project over in my Wakatime dashboard.
I think (also to be consistent with other IDEs with Wakatime integration) that the project name on the Wakatime dashboard shoud be "my_project", ie the first directory name under the edited file that contains a .git subdirectory.
The text was updated successfully, but these errors were encountered: