Skip to content

Commit 25b5986

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/service-override/notebook.ts

Lines changed: 2 additions & 1 deletion
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.ts'
42+
import 'vs/workbench/contrib/notebook/browser/notebook.contribution'
4243

4344
export default function getServiceOverride(): IEditorOverrideServices {
4445
return {

0 commit comments

Comments
 (0)