答案 0 :(得分:7)
据我所知,Sublime仅在默认情况下文件有未保存的更改时才会提示。
如果即使文件未被修改也会收到提示,您可以在用户设置中将always_prompt_for_file_reload
设置为false
。
// Always prompt before reloading a file, even if the file hasn't been
// modified. The default behavior is to automatically reload a file if it
// hasn't been edited. If a file has unsaved changes, a prompt will always
// be shown.
"always_prompt_for_file_reload": false