Skip to content

Commit ce95d55

Browse files
authored
Exchange URIs for delete refactoring (microsoft#208926)
exchaging the uris for the delete operation
1 parent d469911 commit ce95d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ export class BulkEditPane extends ViewPane {
374374
// delete
375375
if (fileOperation.type & BulkFileOperationType.Delete) {
376376
return {
377-
original: { resource: undefined },
378-
modified: { resource: URI.revive(previewUri) }
377+
original: { resource: URI.revive(previewUri) },
378+
modified: { resource: undefined }
379379
};
380380

381381
}

0 commit comments

Comments
 (0)