Open
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.101.0 (user setup)
- OS Version: Windows_NT x64 10.0.26100
Steps to Reproduce:
- Start typing a long search string
- Search will start once, then search again as you continue typing
- The new search won't get executed as it's still executing the previous search, when that finishes it might then move onto the search you want.
- Clicking the 'Cancel search' button doesn't always cancel the search
- Search is also getting slower
Here are some thoughts
- Add a longer debounce time (e.g. 500ms) before it starts to search
- Check the search cancellation code to make sure that is hard terminating the previous search task
Metadata
Metadata
Assignees
Labels
No labels