We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aa709 commit 69a6a18Copy full SHA for 69a6a18
1 file changed
src/vs/workbench/parts/files/electron-browser/dirtyFilesTracker.ts
@@ -66,7 +66,6 @@ export class DirtyFilesTracker implements IWorkbenchContribution {
66
}
67
68
private onUntitledDidChangeDirty(resource: URI): void {
69
-
70
const gotDirty = this.untitledEditorService.isDirty(resource);
71
72
if ((!this.isDocumentedEdited && gotDirty) || (this.isDocumentedEdited && !gotDirty)) {
0 commit comments