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
constmessage=nls.localize('cannotWorkspaceUndoDueToChanges',"Could not undo '{0}' across all files because changes were made to {1}",element.label,paths.join(', '));
283
283
this._notificationService.info(message);
284
-
return;
284
+
returnthis.undo(resource);
285
285
}
286
286
287
287
returnthis._dialogService.show(
@@ -344,7 +344,7 @@ export class UndoRedoService implements IUndoRedoService {
constmessage=nls.localize('cannotWorkspaceRedoDueToChanges',"Could not redo '{0}' across all files because changes were made to {1}",element.label,paths.join(', '));
0 commit comments