vscode
vscode copied to clipboard
Removed copilot search while it was running
TreeError [SearchView] Data tree node not found: MATCH_file:///Users/bpasero/Development/Microsoft/vscode/src/vs/base/common/product.ts>[349,11 -> 349,28]chatQuotaExceeded
@bpasero how did you removed it? Just regular delete key on the tree entry or do you mean removing the setting?
Right click -> dismiss
I got this error for regular text search results with these steps
- Do a search
- Edit a result so that it was removed from the results
- Press F4
I believe this PR might have fixed the issue: https://github.com/microsoft/vscode/pull/248565/files Mind trying to repro?
Lets verify during endgame.
To verify:
- Run copilot search
- Iterate over results with f4
- Delete one result entry
- Keep iterating with f4
- Delete all results
- Make sure the error doesn't show