-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Description
The problem
Since I'm working in angular, I always have tons of build artifacts to discard which takes a minute or two (also seems to be getting slower lately). As such, I used to start the discard process, then switch to another window and do something else, then it would be done when I returned. Recently it's changed so that it won't complete the process unless I remain in the GitHub Desktop window until it's finished.
UPDATE
I recently tried with a much smaller number of files, and it finished while I was in another window. Either the problem is dependent on the number/size of files being discarded, and/or it's just that the process is taking so long that it seems like the only way to complete it is to have the window open.
Release version
Version 3.5.5 (x64)
Operating system
Windows 11
Steps to reproduce the behavior
- Highlight files in the
changestab - Right click →
discard changes - Switch to another window for a while
- Return to GitHub Desktop and see that the discard process is still running
- Remain in the window and it will finish (eventually..)
Log files
2026-02-26.desktop.production.log
Screenshots
Additional context
In this project, build artifacts are intentionally tracked in Git due to deployment requirements. They cannot be added to .gitignore, as automated deployment scripts rely on committing these artifacts. Therefore, ignoring the build output is not a viable workaround.