Git Tab not automatically refreshing.
See original GitHub issueOS/Web Information
- Web Browser: Chrome.
- Local OS: MacOS 11.3 Beta (20E5224a)
- Remote OS: Railway?
- Remote Architecture: Railway? (no clue)
code-server --version
: 3.9.2
Steps to Reproduce
- Clone a repo
- Save a file
- Head to git tab
Expected
Source control should update automatically
Actual
Nothing, you need to manually refresh
Screenshot
Notes
This issue can be reproduced in VS Code: No
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Git Tab not automatically refreshing. · Issue #3073
Steps to Reproduce · Clone a repo · Save a file · Head to git tab.
Read more >Source Control in VSCode is not refreshed automatically
I have reinstalled git. Now I have git 2.35.1 . But still, the Source Control tab is not auto refreshed.
Read more >Git changes window stop refresh changes
If I change the files, git changes window not show this. I must close and reopen visual studi, worked few tune and again...
Read more >Git log is not refreshed : IDEA-106771
However, when it comes to the git log (Changes pane, Log tab), it seems to never auto-update. I find myself having to press...
Read more >Git - Git References
In the current project, this directory contains no files, but it does contain a simple ... This happens when you checkout a tag,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah as certain times of the day it works
Oh of course, that must be the reason. Though that seems out of our hands as you can’t modify the system value (because its a read-only file system as you’re running in an unprivileged Docker container) Railway set for the max amount of file watchers.
It probably just doesn’t properly detect file changes and as a result doesn’t automatically update the git tree.