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

Highlight git/VCS modified files in explorer, palette, and buffer tabs #1856

Merged
merged 4 commits into from
Jan 4, 2023

Commits on Jan 4, 2023

  1. refactor(data/source control): Use IndexMap for VCS diffs

    Using a map of path -> diff makes it easier and faster to, for example,
    color explorer entries and tab labels according to their VCS status.
    claytonrcarter committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    71db9d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc9c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    132f11f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96347b3 View commit details
    Browse the repository at this point in the history