Skip to content

Commit 581b805

Browse files
committed
whoopsie
1 parent cc99738 commit 581b805

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/vs/workbench/services/workingCopy/common/workingCopyBackupService.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ export abstract class WorkingCopyBackupService implements IWorkingCopyBackupServ
134134
if (backupWorkspaceHome) {
135135
return new WorkingCopyBackupServiceImpl(backupWorkspaceHome, this.fileService, this.logService);
136136
}
137-
else {
138-
return new WorkingCopyBackupServiceImpl(URI.file('c:\\temp\\backup'), this.fileService, this.logService);
139-
}
137+
138+
return new InMemoryWorkingCopyBackupService();
140139
}
141140

142141
reinitialize(backupWorkspaceHome: URI | undefined): void {

0 commit comments

Comments
 (0)