In VSCode we can search a string in a file using Ctrl-F and search through the workspace using Ctrl-Shift-F. Both versions highlight all the matches. That is annoying because when you created the second search you most likely already switched your focus from the first and does not care about its results. Is there any way to configure VSCode so the Ctrl-F highlights disappear when you have the results from a Ctrl-Shift-F and vice-versa?
If there is no way to configure that, could anyone please point to an API that could manage that?
Thank you very much.