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
Prevent shutdown hang when changing theme and disabling theming
When changing the current theme via the Appearance preference page, and
disabling theming, two calls to IWorkbench.restart() are triggered
during ViewsPreferencePage.performOk(). This results in a hang at
shutdown, during the second restart call.
This change ensures only one restart is triggered, preventing the hang.
Fixes: #2950
Signed-off-by: Simeon Andreev <[email protected]>
0 commit comments