-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab/magit.toggle-fold not working #228
Comments
Quick update: Would love to know how I can add more information here to potentially make this reproducable. |
I've disabled all extensions other than edamagit and am getting the same behavior. |
Any relevant output in |
I don't see anything relelvant, no output when hitting
|
Facing similar issue fold doesn't work on unstaged/staged files view |
In my case, pressing If I run
I tried it and had no output whatsoever. |
I recently ran into this issue. In my case, it seemed to be caused by the
I noticed that the entry for removal had a
|
I made this change but the original issue of fold not working on files is still their, the sections like unstaged changes themselves do fold/unfold but the files under them do not. Does folding/unfolding work for you on files or only on the sections? |
Is there something in your git config that is non-default? edamagit does not support different git configs as well as it should, see: #276 |
Thanks that indeed was the case, I had an external diff provider in the config:
Removing it solves the issue of unfolding files. But is it expected that unfolding a recent commit doesn't show it's files changed, and one has to enter the commit first. I would kind of like folding to be nested on all sections so i can do:
|
@aszenz have you fond any other workarounds, besides disabling |
Not yet, ideally i would prefer for magit to unset external diff when running the git cmd, that way i can continue to use external diff via cli |
There is a I tried using |
If a user has the following set in their git config: ```properties [diff] external = difft ``` edmagit will fail to parse the `git diff` output. This should fix that. Fixes kahole#228
@kahole even though you updated the changelog, a new extension version doesn't seem to be published (https://marketplace.visualstudio.com/items?itemName=kahole.magit says that the latest version is 0.6.59, not 0.6.60). Could you publish a new version? |
Deploying now |
tl;dr:
magit.toggle-fold
doesn't work to expand anything in the magit window.When on the Staged changes line in the magit window (or any other line for that matter), pressing tab doesn't appear to do anything. Happy to provide any other details to troubleshoot this, just not sure where to go.
Output from
Developer Toggle Keyboard Shortcuts Troubleshooting
:The text was updated successfully, but these errors were encountered: