Skip to content

Commit ba19b49

Browse files
committed
fix comment
1 parent 59e1540 commit ba19b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export class NativeWorkingCopyBackupTracker extends WorkingCopyBackupTracker imp
201201
return modifiedWorkingCopies.filter(wc => wc.capabilities & WorkingCopyCapabilities.Scratchpad); // only backup scratchpads because we are switching contexts
202202
}
203203
} else {
204-
return []; // do not backup because we are switching contexts from an empty workspace
204+
return []; // do not backup because we are switching contexts with no folder open
205205
}
206206
}
207207
}

0 commit comments

Comments
 (0)