You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make signature help node building cancellable (microsoft#23543)
* Make token building cancellable
* Scope cancellation token, make find all refs and quickinfo cancellable
* Make completion entry details cancellable
* Actually accept public API update
* Add test verifying cancellations within checker for select language service operations
* Document runWithCancellationToken a bit more
* Add post-cancellation verification to test
verifyOperationCancelledAfter(file,4,service=>// Two calls are top-level in services, one is the root type, and the second should be for the parameter type
verifyOperationCancelledAfter(file,1,service=>// The LS doesn't do any top-level checks on the token for quickinfo, so the first check is within the checker
verifyOperationCancelledAfter(file,1,service=>// The LS doesn't do any top-level checks on the token for completion entry details, so the first check is within the checker
0 commit comments