Closed Gabriel-p closed 7 years ago
Hmm, not sure what to make of this, but thanks for reporting. A few questions/suggestions:
Alt+Shift+D
(or use the command palette to do a diff) with the console open before you try the diff?debug: true
set in the DiffView user settings (Preferences -> Package Settings -> DiffView -> Settings - User
), and get that output if possible?git diff
works OK on the command line?ps auxf
under 'normal' Linux)I think I got it. I had my .gitconfig
set to:
[diff]
external = meld
tool = meld
Apparently the external = meld
line was causing problems with git diff
. I removed it and now the package works as expected.
Thank you!
Just installed this package in ST3 build 3126 (running on elementary OS Loki, 64 bit).
Went to a file with changes in my git repo, hit
Alt+Shift+D
and ST3 freezed instantly. Forced close, and tried again: again freezed.Not sure how to debug this since I can't even see the console.