fix comment

This commit is contained in:
aamunger 2023-05-26 11:11:48 -07:00
parent 59e154080c
commit ba19b49b7a
No known key found for this signature in database
GPG key ID: F2CA0C6303FC6B74

View file

@ -201,7 +201,7 @@ export class NativeWorkingCopyBackupTracker extends WorkingCopyBackupTracker imp
return modifiedWorkingCopies.filter(wc => wc.capabilities & WorkingCopyCapabilities.Scratchpad); // only backup scratchpads because we are switching contexts
}
} else {
return []; // do not backup because we are switching contexts from an empty workspace
return []; // do not backup because we are switching contexts with no folder open
}
}
}