kahole / edamagit

Magit for VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=kahole.magit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indication of a command running and finished

Rutherther opened this issue · comments

I am not sure whether I am just missing something, or is there no indication of a command running?

For example, when I pull, I don't see when the pull is finished. In emacs magit, I might observe mode line and see "Running /git/{...}" and then "Git finished".

Is there something similar for edamagit?

From observation of the code I figured out this is indeed the case. The only exception is the commit. I would like to see the status for stuff communicating with the server, as that takes some time, and it should be clear when git finished. I implemented it as part of #275.