- {pendingReloadFile.path} has edits that will be discarded and replaced - with the current disk contents. + {pendingReloadRequest?.reason === "external" + ? `${pendingReloadFile.path} has unsaved edits, and the file changed on disk. Reloading will discard your editor changes. Keeping them lets your next save overwrite the disk version.` + : `${pendingReloadFile.path} has edits that will be discarded and replaced with the current disk contents.`}