mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
files - need to track individual readonly stats everywhere (#124524)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user