swdotcom / swdc-vscode-100-days-of-code

A VS Code extension that helps you reach your goals in completing the 100 Days of Code challenge
https://www.software.com/100-days-of-code
Apache License 2.0
49 stars 4 forks source link

Integration with code-time extension resulting in duplication of logs #17

Closed DemonDaddy22 closed 4 years ago

DemonDaddy22 commented 4 years ago

This has happened to me a couple of times now, although I try to add logs myself, sometimes when I forget to log my work and the automated logs (created at midnight) are generated, they are sort of getting replicated for a day. There's no option to delete such logs, so what happens is, even if I have been coding consistently, the dashboard starts showing gaps because of these duplicated logs.

Screenshot 2020-08-31 at 11 35 31 PM
dhatGuy commented 4 years ago

I am experiencing same issue too. Logs are being added automatically.

brettmstevens7 commented 4 years ago

Thanks, working on a fix and a feature to delete a log.

javila35 commented 4 years ago

Getting this error as well. Thanks for working on a fix!

deepak-vasalamarri commented 4 years ago

Thanks, working on a fix and a feature to delete a log.

Thanks for working on a feature to delete a log. My logs are messed up due to issue mentioned in https://github.com/swdotcom/swdc-vscode-100-days-of-code/issues/24 . To clean the logs i need a delete feature ASAP.

brettmstevens7 commented 4 years ago

Hey all, sorry for the bug. The duplicate logs have been deleted and a new plugin version has been fixed. This should be fixed the next time you restart VS Code.

DemonDaddy22 commented 4 years ago

There seems to be some issue, the extension is not correctly picking up the system date.

Screenshot 2020-09-17 at 10 18 16 AM