Sertion / vscode-gitblame

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

Information is no longer displayed in the toolbar #14

Closed mviens closed 7 years ago

mviens commented 7 years ago

This extension used to work wonderfully. I had to stop working on a project for a few weeks. When I come back, I no longer see any information. I uninstalled and reinstalled the extension. I also tried switching to other Git branches. Nothing is displayed.

I am happy to help troubleshoot what is happening, but I don't know where to start looking.

gitblame

Sertion commented 7 years ago

Hey Mike. I really hope we can find out what the problem is together.

A few follow up questions:

mviens commented 7 years ago

"git.path": "C:\Dev\Git\bin"

This is the correct location where Git is installed.

There are indeed errors here:

Error: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENTError: spawn C:\Dev\Git\bin ENOENT

Yes.

git --version

git version 2.13.0.windows.1

Windows Server 2012 R2

Even though you did not ask, this is the version of VSC I am using (according to the Help | About screen in VSC):

Version 1.12.2 Shell 1.6.6 Renderer 56.0.2924.87 Node 7.4.0


Mike V.

On Tue, May 16, 2017 at 11:45 PM, Albin Jacobsson notifications@github.com wrote:

Hey Mike. I really hope we can find out what the problem is together.

A few follow up questions:

  • Is your Vscode git.path setting configured to a working git binary or null?
  • Do you have errors if you open up Output and select gitblame from the dropdown http://i.imgur.com/DMu0bVW.png?
  • Do you get proper output from git when doing a git blame ?
  • What version of git do you use?
  • What operating system?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sertion/vscode-gitblame/issues/14#issuecomment-302000834, or mute the thread https://github.com/notifications/unsubscribe-auth/AIET4EH7fHKLJ_1msiTvp6MiLELuV0F3ks5r6pd8gaJpZM4NdJCY .

Sertion commented 7 years ago

Thank you for the information!

Does it work if you change C:\\Dev\\Git\\bin C:\\Dev\\Git\\bin\\git.exe?

mviens commented 7 years ago

It does indeed work when I change that. Thank you very much for your prompt replies and help with getting this resolved.


Mike V.

On Wed, May 17, 2017 at 12:37 PM, Albin Jacobsson notifications@github.com wrote:

Thank you for the information!

Does it work if you change C:\Dev\Git\bin C:\Dev\Git\bin\git.exe?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sertion/vscode-gitblame/issues/14#issuecomment-302208160, or mute the thread https://github.com/notifications/unsubscribe-auth/AIET4K_rLjSt7gNb0TessIY7NMHkfKJVks5r60xcgaJpZM4NdJCY .