-
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
Editor should react on file changes done in a different editor, i. e. notepad #12771
Comments
@hannescmarits thank you for reporting the issue, as far as I am aware this works as expected (tested on both blueprint and from sources on Linux). Do you have any additional information about your system? Are you running out of inotify watchers? |
@vince-fugnitto |
@hannescmarits |
@hannescmarits I had a colleague test on Windows (repo and blueprint) (#12771 (comment)) and it worked as intended. I'm not exactly sure what is happening in your case, does it work for smaller workspaces, are you certain you are modifying the same file and that it is being saved? If you would like to debug you can determine if you're properly receiving file watching events from |
@vince-fugnitto Okay testing it again. |
@hannescmarits Theia not being able to register updates on networks drives is a known issue, see #12132. |
If a file is open in the editor of theia and the file is changed and saved in an other editor, for example VS Code, than the changes should be displayed also in the editor of theia
At least with the Eclipse Blueprint Version 1.39.0 (Beta) this did not work.
Feature Description:
Just react on file changes done in other editors.
The text was updated successfully, but these errors were encountered: