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

Cannot see commit details #37

Open adamhammes opened 4 years ago

adamhammes commented 4 years ago

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.

simonbergstrom commented 4 years ago

+1 on this issue

troygibb commented 4 years ago

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

mainThreadExtensionService.ts:66 TypeError [ERR_INVALID_URL]: Invalid URL: git@github.com: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)