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
The new RenameDocumentAsync API regresses behavior by not handling IVSRefactorNotify or dismissing rename tracking.
FWIW, i'm 100% ok with this. IVsRefactorNotify is an awful API taht i would like us to get off of. For our new async rename entrypoints, i don't think we should use it. And features that need this information need to modernize to something better.
The new RenameDocumentAsync API regresses behavior by not handling IVSRefactorNotify or dismissing rename tracking.
These actions should happen on
Workspace.TryApplyChanges
from the solution produced by the APIThe text was updated successfully, but these errors were encountered: