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 @@ -13,9 +13,9 @@ import getFileServiceOverride from './service-override/files'
1313import getQuickAccessOverride from './service-override/quickaccess'
1414import { serviceInitializedBarrier , startup } from './lifecycle'
1515
16- export async function initialize ( overrides : IEditorOverrideServices ) : Promise < void > {
16+ export async function initialize ( overrides : IEditorOverrideServices , container ?: HTMLElement ) : Promise < void > {
1717 const instantiationService = StandaloneServices . initialize ( {
18- ...getLayoutServiceOverride ( ) , // Always override layout service to break cyclic dependency with ICodeEditorService
18+ ...getLayoutServiceOverride ( container ) , // Always override layout service to break cyclic dependency with ICodeEditorService
1919 ...getEnvironmentServiceOverride ( ) ,
2020 ...getExtensionsServiceOverride ( ) ,
2121 ...getFileServiceOverride ( ) ,
You can’t perform that action at this time.
0 commit comments