You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/services/workingCopy/electron-sandbox/workingCopyBackupTracker.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ export class NativeWorkingCopyBackupTracker extends WorkingCopyBackupTracker imp
201
201
returnmodifiedWorkingCopies.filter(wc=>wc.capabilities&WorkingCopyCapabilities.Scratchpad);// only backup scratchpads because we are switching contexts
202
202
}
203
203
}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
0 commit comments