提交 6b5c0b4a 编写于 作者: B Benjamin Pasero

document.isDirty appears to report false for dirty untitled document (fixes #723)

上级 ccc0b4ac
......@@ -203,6 +203,7 @@ export class BaseTextDocument implements vscode.TextDocument {
dispose(): void {
this._lines.length = 0;
this._textLines.length = 0;
this._isDirty = false;
}
get uri(): URI {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册