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
Put back a check for IVsMonitorSelection to avoid use of UIContext
Right now it appears we have a bug that when that update runs,
it updates the Solution.WorkspaceVersion which breaks the ability
for TryApplyChanges to work later. CodeModel doesn't deal with that case
so leaving this in causes CodeModel tests to get flaky.
Furthermore, the WhenActivated() calls can't be unsubscribed, and will
leak for later tests, which can cause our tests to OOM in CI.
0 commit comments