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
returnmodifiedWorkingCopies;// backup if a folder is open and onExitAndWindowClose is configured
200
+
}else{
201
+
returnmodifiedWorkingCopies.filter(wc=>wc.capabilities&WorkingCopyCapabilities.Scratchpad);// only backup scratchpads because we are switching contexts
202
+
}
199
203
}else{
200
-
returnmodifiedWorkingCopies.filter(wc=>wc.capabilities&WorkingCopyCapabilities.Scratchpad);// only backup scratchpads because we are switching contexts
204
+
return[];// do not backup because we are switching contexts from an empty workspace
0 commit comments