提交 40b58afd 编写于 作者: B Benjamin Pasero

perf - avoid one event on model creation (isInOrphanMode)

上级 63bfb446
......@@ -101,6 +101,7 @@ export class TextFileEditorModel extends BaseTextEditorModel implements ITextFil
this.toDispose.push(this._onDidContentChange);
this.toDispose.push(this._onDidStateChange);
this.preferredEncoding = preferredEncoding;
this.inOrphanMode = false;
this.dirty = false;
this.versionId = 0;
this.lastSaveAttemptTime = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册