Skip to content

Simplify rename implementation#61509

Merged
CyrusNajmabadi merged 2 commits intodotnet:mainfrom
CyrusNajmabadi:renameSimple
May 25, 2022
Merged

Simplify rename implementation#61509
CyrusNajmabadi merged 2 commits intodotnet:mainfrom
CyrusNajmabadi:renameSimple

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

No description provided.

@CyrusNajmabadi CyrusNajmabadi requested a review from dibarbet May 25, 2022 18:06
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner May 25, 2022 18:06
@ghost ghost added the Area-IDE label May 25, 2022
}

internal void Disconnect(bool documentIsClosed, bool rollbackTemporaryEdits)
internal void Disconnect(bool documentIsClosed)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all callers passed 'true' here, so i removed it entirely.

}

internal void Disconnect(bool documentIsClosed, bool rollbackTemporaryEdits)
internal void DisconnectAndRollbackEdits(bool documentIsClosed)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all callers passed 'true' here, so i removed it entirely.

@CyrusNajmabadi CyrusNajmabadi enabled auto-merge May 25, 2022 18:28
@CyrusNajmabadi CyrusNajmabadi merged commit c8f0393 into dotnet:main May 25, 2022
@ghost ghost added this to the Next milestone May 25, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the renameSimple branch May 25, 2022 19:32
@Cosifne Cosifne modified the milestones: Next, 17.3 P2 May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants