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
Do not poll index in testTargetsAreIndexedInDependencyOrder
We can't poll the index using `workspace/synchronize` because that elevates the priority of the indexing requests in a non-deterministic order (due to the way `withTaskPriorityChangedHandler` is implemented using polling). If LibB's priority gets elevated before LibA's, then LibB will get prepared first, which is contrary to the background behavior we want to check here
Fixes#2281
0 commit comments