Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

git-diff is disabled, no diff gutters #1627

Closed
IanVS opened this issue Oct 5, 2018 · 11 comments
Closed

git-diff is disabled, no diff gutters #1627

IanVS opened this issue Oct 5, 2018 · 11 comments

Comments

@IanVS
Copy link

IanVS commented Oct 5, 2018

Issue and Steps to Reproduce

It seems that nuclide disables git-diff, and so I no longer am getting diff gutters, which I find to be really useful.

Expected Behavior

I should see colors in the gutter indicating whether a line is removed, added, or changed.

Actual Behavior

I get no indications.

Versions

  • Atom: 1.32.0-beta1
  • Nuclide: 0.354.0
  • Client OS: macOS
@sintylapse
Copy link

The same thing for me. I used to enable git-diff manually, but after some time it disabled again

@IanVS
Copy link
Author

IanVS commented Oct 10, 2018

@tjfryan it looks like you reviewed 78255d8 which removed git-diff, and 405805a which seems to attempt to add new ones? But it seems the new ones aren't working, is there something we have to do to turn them on? I can't find Shan Phylim (who made the commits) in github… Unless maybe it's @shanpls?

@shanpls
Copy link
Contributor

shanpls commented Oct 11, 2018

@IanVS This will be fixed in the next release

@IanVS
Copy link
Author

IanVS commented Oct 26, 2018

This doesn't seem to be fixed in 0.362.0, I still don't have git diff gutters.

@ghost
Copy link

ghost commented Oct 27, 2018

Yeah definitely still not fixed

@Boboss74
Copy link

I miss git diff gutters 😭

@Boboss74
Copy link

Boboss74 commented Nov 5, 2018

@shanpls still not fixed in 0.366.0 :/

@IanVS
Copy link
Author

IanVS commented Nov 5, 2018

@Boboss74 that's strange, it seems to be working for me in 0.366.0. I restarted atom, and git-diff is still enabled (I've been manually enabling it each time I restart atom).

@Boboss74
Copy link

Boboss74 commented Nov 5, 2018

@IanVS
You can see the gutters ? :o

@Boboss74
Copy link

Boboss74 commented Nov 5, 2018

It's working !

I removed the followed git-diff lines in my ~/.atom/config.cson

"*":
  core:
    disabledPackages: [
	  "git-diff"
	]
    packagesWithKeymapsDisabled: [
      "git-diff"
    ]

Shame on me T-T

@IanVS IanVS closed this as completed Nov 5, 2018
@sintylapse
Copy link

thanks, @Boboss74 , it worked. Maybe after some nuclide updates this settings were persisted

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants