Fix #210383. Statusbar service needs to block restore to get the right event. (#224222)

This commit is contained in:
Peng Lyu
2024-07-29 12:32:28 -07:00
committed by GitHub
parent 0137ca5b93
commit 98ab8ee224
@@ -364,4 +364,4 @@ export class NotebookEditorStatusContribution extends Disposable implements IWor
}
registerWorkbenchContribution2(NotebookEditorStatusContribution.ID, NotebookEditorStatusContribution, WorkbenchPhase.AfterRestored);
registerWorkbenchContribution2(NotebookEditorStatusContribution.ID, NotebookEditorStatusContribution, WorkbenchPhase.BlockRestore);