Auto Reload is an extension for Visual Studio Code that automatically monitors open files and reloads them when they are changed outside of the editor. This can be useful for watching and following log files, especially in combination with the Auto Scroll extension.
Fix an issue with opening the output view unnecessarily
Fix an issue with reverting unrelated opened files
Improve reliability by explicitly refreshing the editor
Made polling interval configurable via auto-reload.interval
Initial release
This extension is inspired by the now archived Monitor File extension.