wakatime / ssms-wakatime

SQL Server Management Studio plugin to quantify your coding with automatic time tracking and metrics about your programming. https://wakatime.com
BSD 3-Clause "New" or "Revised" License
40 stars 19 forks source link

How to set Project Name #27

Closed alexvremja closed 1 year ago

alexvremja commented 3 years ago

Hi!

I installed the plugin on SSMS 18.8, it works, but it attribute the time to "Unknown Project" and file name is something like "~vsA005.sql" how can I set project name? I tried adding a ".wakatime-project" file containing the name of the project in the same directory where are stored primary and log database file but it still not works.

Thanks

alanhamlett commented 3 years ago

The best way is use Git for your project folder with git init, and here's a list of all the ways project names are detected: https://wakatime.com/faq#rename-projects

gandarez commented 2 years ago

Any update here @alexvremja?