wakatime / vscode-wakatime

Visual Studio Code plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/vs-code
BSD 3-Clause "New" or "Revised" License
1.21k stars 134 forks source link

Add support for the Vim Extension in vscode #330

Closed nick22985 closed 11 months ago

nick22985 commented 1 year ago

After installing the vim extension my code seems to send to the API constantly and causing it to have what I assume is have no timeout so when I switch from normal mode to insert mode it sends an api request that logs code. This results in a tone of second times and it not counting correctly

Extension: https://marketplace.visualstudio.com/items?itemName=vscodevim.vim Wakatime dashboard: https://gyazo.com/17d73f2dc38bac9a6e31013951c64838

alanhamlett commented 11 months ago

I use the Vim extension too without issues. That's probably because cutoff at the bottom of your screenshot you have more projects displayed? My guess:

You're editing files in two different git repos, so your time is getting very fragmented between the two projects.