Find should not automatically perform with `"editor.find.cursorMoveOnType": false`
The Find Widget probably should not automatically find upon input (typing) with `"editor.find.cursorMoveOnType": false`: As which has become the unneeded behavior since. (and in some cases undesirable: e.g. big file that would cause search lag (thereby input lag), or simply the effect of polluting find history)
Or perhaps a new config specifically controls whether automatically issuing the find: "editor.find.findOnType"? Also note in such case pressing 【Enter】 in Find Widget should cause the issue of find instead of "Find Next": unless the find is already issued. (the 【Enter】 keybinding for this may be hard-coded)
----
Version: 1.80.0 Commit: 660393deaaa6d1996740ff4880f1bad43768c814 User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 Embedder: vscode.dev