Closed
Description
- VS Code Version: master
- OS Version: Linux remote host
Steps to Reproduce:
- open a workspace with 400k+ files (for example 5 copies of torvalds/linux in 1 workspace)
- cmd-p > start typing (eg "linux"), then stop typing
- observe busy indicator for upwards of 30 seconds in the search box
If I paste my search term directly into cmd-p, then the search takes < 5 seconds. So I think there's something going on with the typing handling which is slowing things down.
Activity
dbraduan commentedon May 5, 2025
cc. @osortega - there is a PR in flight, and presumably, if it fixes the problem, that would be a big UX improvement for us.
Fix cancellation logic in Picker onDidChangeValue handler (fixes micr…
2 remaining items