mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fix compilation error due to rebase
This commit is contained in:
@@ -164,7 +164,7 @@ export abstract class BaseTextEditorModel extends EditorModel implements ITextEd
|
||||
const firstLineText = this.getFirstLineText(this.textEditorModel.getValue());
|
||||
const mode = this.getOrCreateMode(this.modeService, mime, firstLineText);
|
||||
|
||||
this.textEditorModel.setMode(mode);
|
||||
this.modelService.setMode(this.textEditorModel, mode);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user