Skip to content

Commit d7103b2

Browse files
authored
Block restore on interactive window (microsoft#208946)
1 parent a83b581 commit d7103b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/interactive/browser/interactive.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class InteractiveWindowWorkingCopyEditorHandler extends Disposable implements IW
253253
}
254254
}
255255

256-
registerWorkbenchContribution2(InteractiveDocumentContribution.ID, InteractiveDocumentContribution, WorkbenchPhase.AfterRestored);
256+
registerWorkbenchContribution2(InteractiveDocumentContribution.ID, InteractiveDocumentContribution, WorkbenchPhase.BlockRestore);
257257
registerWorkbenchContribution2(InteractiveInputContentProvider.ID, InteractiveInputContentProvider, {
258258
editorTypeId: INTERACTIVE_WINDOW_EDITOR_ID
259259
});

0 commit comments

Comments
 (0)