-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Git extension does not detect changes #14529
Comments
I've also seen some failed updates in the file explorer as well. So my first instinct would be to blame the replaced file watcher infrastructure. |
Unfortunately, I can't reproduce this in the electron example built from source. |
I restarted my machine and the file watching works again in Theia IDE 1.55.0. There seems to be some system-level code getting stuck somehow. |
@tsmaeder I had similar issues with Theia Web 1.55, both in the file explorer and in the Git (source control) tree. In some cases, I had to click the tree's refresh icon to see the new/deleted file changes. Reloading the page fixes the issue. Unfortunately, I don't have specific steps to reproduce this issue. |
A little update: First I thought we were running into a case where I noticed parcel-bundler/watcher#187 and update to the 2.5.0 version of
in the log, but if we were getting |
I had an editor open on the file mentioned in the above error log and I seem to recall that the watcher throws an error when deleting a file that is being watched. That makes sense. Otherwise I'm optimistic that simple version update fixes the symptoms described in this issue. |
This should fix eclipse-theia#14529 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
This should fix #14529 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
This should fix #14529 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Bug Description:
The git "Changes" view remains empty when I change a file in an editor.
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: