-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
file explorer is not updated after a git pull #24309
Comments
@Paviluf which folder specifically would not update? Can you share your settings? |
It's the folder highlighted that wasn't there after a git pull. I checked in nautilus (file explorer) and it was there. I rebooted Vs Code and the folder was available. Here is my settings :
|
I can't tell since I restarted vscode and the folder was there. If it happen again I will try. |
It happened again. If I refresh the explorer using the little refresh icon it seem to refresh only the subdirectory where I'm. |
I think it always happen when someone else create a new folder (files ?) and you fetch it with git pull. |
Very annoying bug. I hope it can be fixed for april release :) |
My coworker have the same problem on Ubuntu 16.04 |
Please see if you can find any logged output that could help us find the source of the issue:
Thanks! |
Well I made some tests after updating to 1.12 and it didn't happen. I will continue my tests and if it doesn't happen anymore I will close the issue. |
@Paviluf this would indicate to me that the bug is some race condition and unreliable to reproduce, which is odd, but quite possible for these kind of issues. In the end the OS might decide to not send around file changes in certain cases or we fail to read them in certain cases. |
This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions. |
Hello,
I noticed that sometimes the file explorer doesn't get updated (missing folder at least) after making a git pull (from external terminal).
Thanks !
The text was updated successfully, but these errors were encountered: