Skip to content

unfoundedkilobyte/git-refresh-on-save

 
 

Repository files navigation

Git Refresh on Save

Automatically refreshes Git status whenever a file is saved. This is particularly useful when working with remote/SSH sessions where Git status updates might be delayed.

Features

  • Automatically runs git.refresh command on file save
  • Updates the Source Control panel status immediately after saving
  • Works seamlessly with both local and remote repositories

Installation

  1. Open VS Code
  2. Go to Extensions view (Ctrl+Shift+X or Cmd+Shift+X on Mac)
  3. Search for "Git Refresh on Save"
  4. Click Install

Usage

The extension works automatically after installation. Whenever you save a file, it will automatically refresh the Git status.

Requirements

  • VS Code version 1.75.0 or higher
  • Git repository initialized in your workspace

Extension Settings

This extension currently doesn't provide any configurable settings.

Known Issues

No known issues at this time.

Release Notes

0.0.3

Initial release of Git Refresh on Save

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.2%
  • JavaScript 25.8%