swdotcom / swdc-vscode

Time-tracking plugin for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=softwaredotcom.swdc-vscode
Apache License 2.0
456 stars 46 forks source link

Doesn't record code time when not connected to internet #463

Closed ifedolapoomoniyi closed 1 year ago

ifedolapoomoniyi commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

ISSUE TYPE

Steps to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

ACTUAL RESULTS

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

mmclead commented 1 year ago

that's due to the way the extension works. We track activity metadata and aggregate them inside our system, apply some ML and then push back the results via web sockets.

It should keep track of your activity while offline and then refresh that data once you do connect.

ifedolapoomoniyi commented 1 year ago

I searched all over and I couldn't find someone explaining what exactly was going on. Thank you very much