Skip to content

Stop automatically cancelling the previous Find All References based request when a new one comes in.#14457

Draft
sean-mcmanus wants to merge 4 commits into
mainfrom
seanmcm/removeCancelForFindAllReferences
Draft

Stop automatically cancelling the previous Find All References based request when a new one comes in.#14457
sean-mcmanus wants to merge 4 commits into
mainfrom
seanmcm/removeCancelForFindAllReferences

Conversation

@sean-mcmanus
Copy link
Copy Markdown
Contributor

@sean-mcmanus sean-mcmanus commented May 16, 2026

To fix microsoft/vscode#316783 (where Copilot and user requested find all references based operations would cancel one other due to the code cancelling the previous request), assuming VS Code can't provide a better fix.

The problem with this change is that the previous requests are "lost" and never shown when manually invoked, so users have to know they should manually cancel the previous one now or it's a waste of time waiting for it to finish.

@sean-mcmanus

This comment was marked as resolved.

@sean-mcmanus
Copy link
Copy Markdown
Contributor Author

sean-mcmanus commented May 17, 2026

I still need to test/review it more (it seemed to fix the case that was broken previously).

@sean-mcmanus sean-mcmanus added this to the 1.33 milestone May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Pull Request

Development

Successfully merging this pull request may close these issues.

vscode_listCodeUsages reports 0 usages to Copilot if a user invoked find all references is invoked

1 participant