Closed
Description
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.