You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a file directly in the preview window, any file updates are not reflected in the preview as it does not use the built-in file watcher. If the preview is attached to a standard editor window, then as that window updates, so does the attached preview.
This matters when using VSCode to monitor a log file constantly being appended. It would be great if a detached preview window continues to watch for file changes and updates.
The text was updated successfully, but these errors were encountered:
When opening a file directly in the preview window, any file updates are not reflected in the preview as it does not use the built-in file watcher. If the preview is attached to a standard editor window, then as that window updates, so does the attached preview.
This matters when using VSCode to monitor a log file constantly being appended. It would be great if a detached preview window continues to watch for file changes and updates.
The text was updated successfully, but these errors were encountered: