mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Move tokenizationSupport out of the mode instance and into TokenizationRegistry
This commit is contained in:
@@ -92,7 +92,7 @@ export abstract class BaseTextEditorModel extends EditorModel implements ITextEd
|
||||
model.setValueFromRawText(value);
|
||||
}
|
||||
|
||||
model.setMode(mode);
|
||||
this.modelService.setMode(model, mode);
|
||||
}
|
||||
|
||||
this.textEditorModelHandle = model.uri;
|
||||
|
||||
Reference in New Issue
Block a user