We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hasBackups
1 parent f54c237 commit e57f698Copy full SHA for e57f698
src/vs/platform/backup/electron-main/backupMainService.ts
@@ -365,7 +365,7 @@ export class BackupMainService implements IBackupMainService {
365
366
// Empty
367
if (isEmptyWindowBackupInfo(backupLocation)) {
368
- backupPath = backupLocation.backupFolder;
+ backupPath = join(this.backupHome, backupLocation.backupFolder);
369
}
370
371
// Folder
0 commit comments