files - need to track individual readonly stats everywhere (#124524)

This commit is contained in:
Benjamin Pasero
2021-05-28 10:42:19 +02:00
parent 466dd4e490
commit 903e219ccb
26 changed files with 268 additions and 46 deletions

View File

@@ -445,6 +445,8 @@ class MainThreadCustomEditorModel extends ResourceWorkingCopy implements ICustom
private readonly _onDidChangeContent: Emitter<void> = this._register(new Emitter<void>());
readonly onDidChangeContent: Event<void> = this._onDidChangeContent.event;
readonly onDidChangeEditable = Event.None;
//#endregion
public isEditable(): boolean {