subesokun / atom-tree-view-git-status

Shows the Git repository status in the Atom tree-view
MIT License
24 stars 2 forks source link

This wonderful package stopped working for me #39

Closed rcrooks closed 7 years ago

rcrooks commented 7 years ago

I think just today, though not sure. Thought it might be related to the UI theme, but tried others with no luck. Haven't seen any errors, just stopped working.

subesokun commented 7 years ago

Hi @rcrooks, sorry for the delayed answer. Could you tell me which version of Atom you're using and which UI theme? Does switching back to a standard UI theme help?

rcrooks commented 7 years ago

Hi @subesokun - I've tried it both on the current released and latest beta versions of Atom, and switching UI themes makes no difference. If you haven't had other reports of this, I'm guessing it's a conflict with some other package. Guess there's nothing to do but disable them one by one and try to find the culprit (sigh:)

ctcpip commented 7 years ago

+1 on fresh install of Atom and this package on OSX Sierra

subesokun commented 7 years ago

Do you see any branch information when opening a version controlled file with Atom on the bottom right pane of the editor?

rcrooks commented 7 years ago

Sorry, thought I'd responded earlier - I figured out the issue - I'd opened a site folder that had some of my git project symlinked into it. When I open the original git working copy folders, all is well. Unless you feel like trying to tackle the symlink use case, feel free to close this.

subesokun commented 7 years ago

Ah right, Atom doesn't recognise symlinked Git repositories so there is actually nothing I can do about :( But thanks for the heads-up!

ctcpip commented 7 years ago

Figured out my issue as well - I was adding a root folder which contained folders under SCM. I guess the git information is only picked up if the project directory added is the actual git repo directory.

subesokun commented 7 years ago

@ctcpip glad to hear that is working for you again. Mhhh thought this feature used to work before. I'll look into it but closing this issue for now.