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
Besides other feedback mentioned already (move backup logic into new backup service), there are some issues I noticed:
There is a public backup() method that does not seem to be used anywhere.
doBackupAll() seems to be very complicated and possibly copied from another method. Do you need the source/target information really?
I do not understand this comment: // Only remove the workspace from the backup service if it's not the last one or it's not dirty
Do we prevent hot exit for multiple windows with this check?
The text was updated successfully, but these errors were encountered:
Besides other feedback mentioned already (move backup logic into new backup service), there are some issues I noticed:
There is a public
backup()
method that does not seem to be used anywhere.doBackupAll() seems to be very complicated and possibly copied from another method. Do you need the source/target information really?
I do not understand this comment:
// Only remove the workspace from the backup service if it's not the last one or it's not dirty
Do we prevent hot exit for multiple windows with this check?
The text was updated successfully, but these errors were encountered: