swdotcom / swdc-vscode

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

Git Push Hang #472

Closed 0x4007 closed 10 months ago

0x4007 commented 10 months ago

Hey guys, I have a repo with two remotes. None have origin as the name of the remote.

When I push, there is a crazy lag (~30 seconds)

I checked the logs and the extension was spamming

git config --get remote.origin.url

This didn't exist because I had no remote named origin

I think it would be wise instead to check the current remotes, and then get the URLs from there.

Name: Code Time Id: softwaredotcom.swdc-vscode Description: Code Time is an open source plugin that provides programming metrics right in Visual Studio Code. Version: 2.7.4 Publisher: softwaredotcom VS Marketplace Link: https://marketplace.cursorapi.com/items?itemName=softwaredotcom.swdc-vscode

mmclead commented 10 months ago

Thanks for the note on this. looking at this now.