Clicking statusbar on big repos fail to load sufficient history
Im currently working on a git repo with maybe 20k commits. Sometimes when I want to git-blame a row I click on the status bar thingy that this extension offers. If the commit is somewhat recent, it is immediately selected in the git graph view. But if it is older, sometimes the history isnt loaded. Instead I can scroll to the bottom of the view, and there is a perpetual "loading" row. If I click on the row I get this error message:
GitLG: An unexpected error happened. Error summary: {"error_response":"fatal: unrecognized argument: -","request":{"command":"git","data":{"args":"-c core.quotepath=false show --numstat --summary --format=\"\" -"},"id":24,"type":"request-from-web"}} CommitDiff https://vuejs.org/error-reference/#runtime-3. For details, see VSCode developer tools console. Please consider reporting this error.
I would guess that there is something wrong with the threading of loading all the older entries. Because sometimes it works, and often it works if I close the git view and try again a few times. Maybe the git history is loaded, and it just fails to load into the current view?
Im using macOS. Unfortunately the repo in question is closed source, so I cant share it. If you need any other details or help with bug searching I will happily help.