vscode-gitblame icon indicating copy to clipboard operation
vscode-gitblame copied to clipboard

Cannot see commit details

Open adamhammes opened this issue 4 years ago • 2 comments

Recently, I've been unable to click on the bottom bar to see the commit for the current line. When I click, I see the text change to "Waiting for git blame response", and it never stops trying to load. I have version 5.0.1 of the extension, and am running VS Code 1.50.0 on macOS Mojave 10.14.6, if that helps. I haven't changed any of the settings from their defaults.

adamhammes avatar Oct 12 '20 02:10 adamhammes

+1 on this issue

simonbergstrom avatar Oct 13 '20 10:10 simonbergstrom

Been seeing the same issue. The error I'm seeing in dev tools:

mainThreadExtensionService.ts:66 TypeError [ERR_INVALID_URL]: Invalid URL: [email protected]:facebook/react.git
	at onParseError (internal/url.js:243)
	at new URL (internal/url.js:319)
	at _ (/home/$USER/.vscode-server/extensions/waderyan.gitblame-5.0.1/dist/index.js:57)
	at q (/home/$USER/.vscode-server/extensions/waderyan.gitblame-5.0.1/dist/index.js:67)
	at processTicksAndRejections (internal/process/task_queues.js:94)
	at async W.showMessage (/home/$USER/.vscode-server/extensions/waderyan.gitblame-5.0.1/dist/index.js:78)

troygibb avatar Oct 13 '20 16:10 troygibb