Closed
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.92.1 Commit eaa41d5
- OS Version: macOS Sonoma 14.6.1 (23G93)
Steps to Reproduce:
- Perform a search using the VS Code Search Editor
- Intermittent: Blue progress bar / indicator animates endlessly, even after search is completed (I have not yet identified a pattern for which search terms trigger this) - almost like hanging behavior, but everything is still responsive.
- Reloading the editor using "Developer: Reload Window" causes the problem to disappear
Blue progress bar indicator:
Kapture.2024-08-10.at.15.25.04.mp4
Search pattern (invalid regular expression):
pageTitle: '([^']+)',\n.+)
Fixing the invalid regular expression problem does not make the problem go away:
Kapture.2024-08-10.at.15.29.05.mp4
This is not a new problem - this has been happening (intermittently) since shortly after the Search Editor was introduced.