We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d469911 commit ce95d55Copy full SHA for ce95d55
src/vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPane.ts
@@ -374,8 +374,8 @@ export class BulkEditPane extends ViewPane {
374
// delete
375
if (fileOperation.type & BulkFileOperationType.Delete) {
376
return {
377
- original: { resource: undefined },
378
- modified: { resource: URI.revive(previewUri) }
+ original: { resource: URI.revive(previewUri) },
+ modified: { resource: undefined }
379
};
380
381
}
0 commit comments