File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ import { OriginalNotebookCellModelFactory } from 'vs/workbench/contrib/notebook/
3636import { NotebookOriginalModelReferenceFactory } from 'vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalModelRefFactory'
3737import { INotebookCellOutlineDataSourceFactory } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineDataSourceFactory.service'
3838import { NotebookCellOutlineDataSourceFactory } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineDataSourceFactory'
39- import 'vs/workbench/contrib/notebook/browser/notebook.contribution'
4039import { NotebookOutlineEntryFactory } from 'vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory'
4140import { 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
4344export default function getServiceOverride ( ) : IEditorOverrideServices {
4445 return {
@@ -104,6 +105,5 @@ export default function getServiceOverride(): IEditorOverrideServices {
104105 [ ] ,
105106 true
106107 )
107-
108108 }
109109}
You can’t perform that action at this time.
0 commit comments