More plugin -> extension

This commit is contained in:
Alex Dima
2016-03-01 18:54:25 +01:00
parent 533844ab8d
commit a3bdfe7ede
19 changed files with 78 additions and 78 deletions

View File

@@ -334,7 +334,7 @@ export class MainThreadEditorsTracker {
private _doUpdateMapping(): void {
let allModels = this._modelService.getModels();
// Same filter as in pluginHostDocuments
// Same filter as in extHostDocuments
allModels.filter((model) => !model.isTooLargeForHavingARichMode());
let allModelsMap: { [modelUri:string]: EditorCommon.IModel; } = Object.create(null);
allModels.forEach((model) => {