Block restore on interactive window (#208946)

This commit is contained in:
Logan Ramos 2024-03-27 12:41:32 -07:00 committed by GitHub
parent a83b5818f3
commit d7103b2e18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -253,7 +253,7 @@ class InteractiveWindowWorkingCopyEditorHandler extends Disposable implements IW
}
}
registerWorkbenchContribution2(InteractiveDocumentContribution.ID, InteractiveDocumentContribution, WorkbenchPhase.AfterRestored);
registerWorkbenchContribution2(InteractiveDocumentContribution.ID, InteractiveDocumentContribution, WorkbenchPhase.BlockRestore);
registerWorkbenchContribution2(InteractiveInputContentProvider.ID, InteractiveInputContentProvider, {
editorTypeId: INTERACTIVE_WINDOW_EDITOR_ID
});