Developed setting to loop search from the beginning or end of document in Find Widget by GustavoASC · Pull Request #92243 · microsoft/vscode
This PR fixes part of #84304.
Developed setting which controls whether the search automatically restarts from the beginning (or the end) when no further matches can be found.
Default: true (to mantain the same behavior as before).
Here you can see that, when the value of this setting is false, 'Previous' and 'Next' buttons are sometimes disabled in Find Widget so one cannot go back or forward to further matches.
This setting is under Find group of settings and then do not affect Diff Editor. Maybe we can create another setting, only for Diff Editor.

