Our custom editors should use a file system watcher to be notified of external changes (such as Git Discard Changes). Currently open editors do not reflect these changes. Need to take care not to respond to changes initiated from within the editor itself, or document text updates from .yaml/.flow files for embedded requests.
Consider changing custom fs to emit file change events to update related editors, instead of current event mechanism. Then fs watcher will just be notified by regular means.
Our custom editors should use a file system watcher to be notified of external changes (such as Git Discard Changes). Currently open editors do not reflect these changes. Need to take care not to respond to changes initiated from within the editor itself, or document text updates from .yaml/.flow files for embedded requests.