To match wakatime-cli, which uses the git folder's name, let's do the same when detecting project: https://github.com/wakatime/visualstudio-wakatime/blob/a3ac3f7cb6f13382da7f87adda6a8040beb2cb4f/Dev17/WakaTimePackage.cs#L165 We should look at the location of the Solution file, or Solution root folder, then use that folder name as project.
To match wakatime-cli, which uses the git folder's name, let's do the same when detecting project:
visualstudio-wakatime/Dev17/WakaTimePackage.cs
Line 165 in a3ac3f7
We should look at the location of the Solution file, or Solution root folder, then use that folder name as project.