Command: File Reload by default will discard changes. - #215
Merged
worldwideweary merged 1 commit intoAug 11, 2026
Merged
Conversation
worldwideweary
force-pushed
the
3.x-worldwideweary
branch
from
August 11, 2026 03:13
4bdff01 to
8b208b7
Compare
There is an advanced preference to change this behavior to automatically save first before reloading via: "ui/application/fileReload/discardChanges" set to false
worldwideweary
force-pushed
the
feature/fileReload/preferenceToAutoSaveOrDiscard
branch
from
August 11, 2026 03:14
1f90277 to
e05301a
Compare
worldwideweary
deleted the
feature/fileReload/preferenceToAutoSaveOrDiscard
branch
August 11, 2026 14:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented an advanced preference to change the default behavior of previous custom implementation from automatically save to automatically discard
The point here is that during debugging or implementation testing, there've been enough times where I wanted a File Reload while discarding all changes, and other times saving all changes first - yet I don't want to have to be prompted to save or not.
ui/application/fileReload/discardChanges: