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.
- 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
- Open VS Code
- Go to Extensions view (
Ctrl+Shift+X
orCmd+Shift+X
on Mac) - Search for "Git Refresh on Save"
- Click Install
The extension works automatically after installation. Whenever you save a file, it will automatically refresh the Git status.
- VS Code version 1.75.0 or higher
- Git repository initialized in your workspace
This extension currently doesn't provide any configurable settings.
No known issues at this time.
Initial release of Git Refresh on Save