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
VScode supports annotated edits which can a common ChangeAnnotation that has needsConfirmation flag. Once the flag is set VSCode shows nice compare and merge UI where user can preview changes and accept/reject them.
This feature needs to be evaluated whether we can take advantage of it as its purpose seem to partially accept changes. Spring Boot version upgrade usually assumes all changes are accepted otherwise code may not compile but there are exceptions from this of course.