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
In some case, editor's IsDirty flag is marked after code formatting operation even if no effective change exists.
This problem is caused when token is replaced with same token.
If replaced token is identical. Need to be skip replace operation.