Skip to content

Commit 69a9de4

Browse files
author
Loïc Mangeonjean
committed
fix: add missing notebook repl contribution
1 parent 5e549c3 commit 69a9de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/service-override/notebook.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ import { OriginalNotebookCellModelFactory } from 'vs/workbench/contrib/notebook/
3636
import { NotebookOriginalModelReferenceFactory } from 'vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalModelRefFactory'
3737
import { INotebookCellOutlineDataSourceFactory } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineDataSourceFactory.service'
3838
import { NotebookCellOutlineDataSourceFactory } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineDataSourceFactory'
39-
import 'vs/workbench/contrib/notebook/browser/notebook.contribution'
4039
import { NotebookOutlineEntryFactory } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory'
4140
import { INotebookOutlineEntryFactory } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory.service'
41+
import 'vs/workbench/contrib/replNotebook/browser/repl.contribution'
42+
import 'vs/workbench/contrib/notebook/browser/notebook.contribution'
4243

4344
export default function getServiceOverride(): IEditorOverrideServices {
4445
return {
@@ -104,6 +105,5 @@ export default function getServiceOverride(): IEditorOverrideServices {
104105
[],
105106
true
106107
)
107-
108108
}
109109
}

0 commit comments

Comments
 (0)