mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
move disposeUnusedTextFileModels into model manager and add tests
This commit is contained in:
@@ -115,7 +115,7 @@ export class EditorGroup implements IEditorGroup {
|
||||
}
|
||||
|
||||
private onConfigurationUpdated(config: IWorkbenchEditorConfiguration): void {
|
||||
this.editorOpenPositioning = config.workbench.editor.openPositioning;
|
||||
this.editorOpenPositioning = config && config.workbench && config.workbench.editor && config.workbench.editor.openPositioning;
|
||||
}
|
||||
|
||||
public get id(): GroupIdentifier {
|
||||
|
||||
Reference in New Issue
Block a user