You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't use SubMonitor when saving project in SaveManager
The migration from the IProgressMonitor to the SubMonitor done as part
of 40114d2 also converts the progress
monitor used within the InternalMonitorWrapper.
If the parent monitor is a SubMonitor, this calls beginTask() both when
the InternalMonitorWrapper is created, as well as explicitly later on.
To avoid this, switch back to create a null-safe progress monitor via
Policy.monitorFor(...).
Closes#1758
0 commit comments