Silent reload when file is changed externally? #911
giuseppechecchia
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When ghostwriter detects an external change to the open file, it always prompts with a "reload?" dialog, even when the user has not typed anything.
Would it make sense to skip the dialog and reload silently in that case? If unsaved changes exist, the prompt would still appear.
My use case: I work with AI tools that edit the file alongside me. The constant confirmation breaks the writing flow when there is nothing at risk.
I already tested a local patched build and the behavior works as expected.
All reactions