Joyce Er 2022-09-27 20:01:20 -07:00
parent 3b395e29a1
commit e1730b2f26
No known key found for this signature in database
GPG key ID: A15311FAE9EC8CD6

View file

@ -398,6 +398,9 @@ export class EditSessionsContribution extends Disposable implements IWorkbenchCo
try {
const { changes, conflictingChanges } = await this.generateChanges(editSession, ref);
if (changes.length === 0) {
return;
}
// TODO@joyceerhl Provide the option to diff files which would be overwritten by edit session contents
if (conflictingChanges.length > 0) {