Skip to content
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

Make git SCM provider aware of terminal operations #157740

Closed
joyceerhl opened this issue Aug 10, 2022 · 1 comment
Closed

Make git SCM provider aware of terminal operations #157740

joyceerhl opened this issue Aug 10, 2022 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality git GIT issues
Milestone

Comments

@joyceerhl
Copy link
Collaborator

  1. Start drafting a commit in the SCM input box
  2. Finish committing from the terminal
  3. 🐛 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.

@lszomoru lszomoru added feature-request Request for new features or functionality git GIT issues labels Aug 10, 2022
@lszomoru lszomoru added this to the Backlog milestone Aug 10, 2022
@Tyriar
Copy link
Member

Tyriar commented Aug 10, 2022

Should be easy to accomplish after #145234 is done. You will be able to subscribe to certain commands and just refresh after git*, hub*, etc. happens

@Tyriar Tyriar removed their assignment Aug 10, 2022
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jan 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality git GIT issues
Projects
None yet
Development

No branches or pull requests

3 participants