vscode
vscode copied to clipboard
Make git SCM provider aware of terminal operations
- Start drafting a commit in the SCM input box
- Finish committing from the terminal
- :bug: the SCM view doesn't know the commit has already happened and displays the stale tracked changes until explicitly refreshed
It would be great if the SCM view could use terminal shell integration to figure out that a commit has already happened and trigger a refresh in this scenario.
Should be easy to accomplish after https://github.com/microsoft/vscode/issues/145234 is done. You will be able to subscribe to certain commands and just refresh after git*, hub*, etc. happens