split-diff
split-diff copied to clipboard
Right click > Diff with active file does not work properly
I'm finding that this feature only works reliably if you quit Atom and when only open 2 files to be diff'd. When right-clicking a 3rd inactive tab, and choosing Diff with active, it will diff the active file with a random, other file (not the intended one).
@plmcgrn Sorry for the late reply. Are you still seeing this? I am unable to reproduce.
Could you list your installed packages? Run apm list --installed --bare on command line.
I’m on Mac, I’m not seeing “apm” as a valid command. What’s the normal path to that?
@plmcgrn Sorry for the late reply. Are you still seeing this? I am unable to reproduce.
Could you list your installed packages? Run apm list --installed --bare on command line.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
I’m on Mac, I’m not seeing “apm” as a valid command. What’s the normal path to that?
In Atom, hit cmd+shift+p, and search for "Window: Install Shell Commands". Once you run that, you should be able to use apm.
Yep, don't think any other package is interfering!