waderyan / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
71 stars 48 forks source link

Awaiting git blame response forever #38

Open cagcak opened 3 years ago

cagcak commented 3 years ago

after latest update, vscode causes vscode-gitblame unresponsive and below process and it's message takes forever

waiting for git blame response

vscode: Version: 1.50.1 Commit: d2e414d9e4239a252d1ab117bd7067f125afd80a Date: 2020-10-13T14:44:48.716Z Electron: 9.2.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Linux x64 5.4.0-52-generic snap

vscode-gitblame version: 6.0

sergio-dreamcode commented 3 years ago

I am having the same issue, I also have the latest version of the plugin installed in my machine. I use the latest version of the Debian Linux distribution.

In the Changelog it says it's been fixed in https://github.com/Sertion/vscode-gitblame/issues/92 but the issue persists. Are there logs or any other information I can provide that might be useful to track this bug?

dolby360 commented 3 years ago

Happens to me too with WSL. It makes the debugger wait and I have to disable git blame to be able to debug

Tha14 commented 3 years ago

Happens constantly for me lately at corp environment. Git server is bitbucket.

EDIT: Switching to GitLens.