mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
document.isDirty appears to report false for dirty untitled document (fixes #723)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user